diff options
Diffstat (limited to 'data/buildscripts/mozconfig-mac')
-rw-r--r-- | data/buildscripts/mozconfig-mac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/buildscripts/mozconfig-mac b/data/buildscripts/mozconfig-mac index a6be1b0..2fbe366 100644 --- a/data/buildscripts/mozconfig-mac +++ b/data/buildscripts/mozconfig-mac @@ -24,7 +24,7 @@ AS=$ROOTDIR/x86_64-apple-darwin10-as LD=$ROOTDIR/x86_64-apple-darwin10-ld STRIP=$ROOTDIR/x86_64-apple-darwin10-strip -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-macos +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-mac mk_add_options MOZ_APP_DISPLAYNAME="IceCat" mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 @@ -49,6 +49,3 @@ ac_add_options --disable-tests # ac_add_options --disable-ctypes ac_add_options --without-intl-api - -mk_add_options MOZ_MAKE_FLAGS=-j8 -ac_add_options --with-ccache |