diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-25 18:00:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-26 15:56:17 -0500 |
commit | 361ffc4805a5badf41e0e39988ff4b82ba52b38b (patch) | |
tree | 1d14980a7d21312151f63fb68fb287bf54445ba9 /moz | |
parent | 312f0cbb37ec073843678c6f3202b5d7021a16e7 (diff) |
Use MACOSX_SDK_PATH
Diffstat (limited to 'moz')
-rw-r--r-- | moz/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk index 94d693580ccd..0ee92d305044 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -152,11 +152,10 @@ MOZILLA_CONFIGURE_FLAGS += --disable-tests \ .IF "$(GUI)"=="UNX" .IF "$(GUIBASE)"=="aqua" -MACDEVSDK*=/Developer/SDKs/MacOSX10.4u.sdk MOZILLA_CONFIGURE_FLAGS+= \ - --with-macos-sdk=$(MACDEVSDK) \ + --with-macos-sdk=$(MACOSX_DEV_SDK) \ --disable-glibtest \ - --enable-macos-target=10.4 \ + --enable-macos-target=$(MACOSX_DEPLOYMENT_TARGET) \ --disable-libxul DEFAULT_MOZILLA_TOOLKIT=mac .ELSE |