From bb1c04329c4eaf1cdb78095f945123514667ffb9 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Tue, 22 Dec 2015 18:03:54 -0600 Subject: Updated build scripts for multiarch v38.x --- data/buildscripts/mozconfig-mac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/buildscripts/mozconfig-mac') diff --git a/data/buildscripts/mozconfig-mac b/data/buildscripts/mozconfig-mac index 2fbe366..7e02b81 100644 --- a/data/buildscripts/mozconfig-mac +++ b/data/buildscripts/mozconfig-mac @@ -1,8 +1,8 @@ export CROSS_COMPILE=1 -SYSROOTDIR=/usr/lib/apple/SDKs/MacOSX10.6.sdk +SYSROOTDIR=/usr/lib/apple/SDKs/MacOSX10.7.sdk ROOTDIR="/usr/local/bin" -FLAGS="-arch i386 -isysroot $SYSROOTDIR" +FLAGS="-arch x86_64 -isysroot $SYSROOTDIR" # Ideally we use the patch provided in # https://bugzilla.mozilla.org/show_bug.cgi?id=933071 to get rid of our path @@ -29,7 +29,7 @@ mk_add_options MOZ_APP_DISPLAYNAME="IceCat" mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 -ac_add_options --target=i386-apple-darwin10 +ac_add_options --target=x86_64-apple-darwin10 ac_add_options --enable-application=browser ac_add_options --enable-strip ac_add_options --enable-official-branding -- cgit v1.2.3