summaryrefslogtreecommitdiff
path: root/netwerk/system/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/system/moz.build')
-rw-r--r--netwerk/system/moz.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/system/moz.build b/netwerk/system/moz.build
index a8034d7497..dcf7d6c3f1 100644
--- a/netwerk/system/moz.build
+++ b/netwerk/system/moz.build
@@ -5,5 +5,7 @@
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['win32']
+elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
+ DIRS += ['mac']
elif CONFIG['OS_ARCH'] == 'Linux':
DIRS += ['linux']