diff options
author | Steven Schlansker <sschlansker@opentable.com> | 2016-01-12 17:04:39 -0800 |
---|---|---|
committer | Steven Schlansker <sschlansker@opentable.com> | 2016-01-26 10:57:32 -0800 |
commit | 08d8d1cb8d0946556d7019119ff5a60725cfb6f9 (patch) | |
tree | 1f2f28a0ab53194005e31298ab804e16645da16b /build | |
parent | 93a99dd3409c9e2241a1ce81591fa57504d4ea05 (diff) | |
download | palemoon-gre-08d8d1cb8d0946556d7019119ff5a60725cfb6f9.tar.gz |
Fix Mac SDK location, and move from 10.6 to 10.8
Diffstat (limited to 'build')
-rw-r--r-- | build/macosx/universal/mozconfig.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/macosx/universal/mozconfig.common b/build/macosx/universal/mozconfig.common index 8eb0fef58..e35e426ff 100644 --- a/build/macosx/universal/mozconfig.common +++ b/build/macosx/universal/mozconfig.common @@ -12,7 +12,7 @@ ac_add_app_options x86_64 --target=x86_64-apple-darwin$DARWIN_VERSION ac_add_app_options i386 --with-unify-dist=../x86_64/dist ac_add_app_options x86_64 --with-unify-dist=../i386/dist -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk . $topsrcdir/build/macosx/mozconfig.common |