diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-03-09 21:19:42 +0100 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-03-09 21:19:42 +0100 |
commit | 09622311aa51487cd9cd98e8cbd8da5987bcad18 (patch) | |
tree | 6ebd99d77b373c843015a53e0428a06736ed35c5 /data/buildscripts/mozconfig-mac | |
parent | 0d17f6aeab217192675591b771f472802ae52e3d (diff) |
Tune-up build scripts for multi-platform batch building
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 |