summaryrefslogtreecommitdiff
path: root/xulrunner/stub/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'xulrunner/stub/moz.build')
-rw-r--r--xulrunner/stub/moz.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xulrunner/stub/moz.build b/xulrunner/stub/moz.build
index 1838241206..690edcd377 100644
--- a/xulrunner/stub/moz.build
+++ b/xulrunner/stub/moz.build
@@ -16,9 +16,6 @@ SOURCES += [
'nsXULStub.cpp',
]
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
- FINAL_TARGET = 'dist/XUL.framework/Versions/%(MOZILLA_VERSION)s' % CONFIG
-
DEFINES['XPCOM_GLUE'] = True
LOCAL_INCLUDES += [
@@ -44,7 +41,3 @@ if CONFIG['OS_ARCH'] == 'WINNT':
]
DISABLE_STL_WRAPPING = True
-
-# Need to link with CoreFoundation on Mac
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
- OS_LIBS += CONFIG['TK_LIBS']