diff options
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r-- | toolkit/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build index 9e05b2a4fb..9bf579bb26 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -39,7 +39,5 @@ DIRS += ['xre'] if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): DIRS += ['system/unixproxy'] -elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': - DIRS += ['system/osxproxy'] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': DIRS += ['system/windowsproxy'] |