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 /python | |
parent | 312f0cbb37ec073843678c6f3202b5d7021a16e7 (diff) |
Use MACOSX_SDK_PATH
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 0419e6178c62..ad9783feac2d 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -93,8 +93,7 @@ PATCH_FILES+=Python-2.6.1-py8067.patch Python-2.6.1-dylib_dynload.patch # don't build dual-arch version as OOo itself is not universal binary either PATCH_FILES+=Python-2.6.1-arch_$(eq,$(CPU),I i386 ppc).patch -MACDEVSDK*=/Developer/SDKs/MacOSX10.4u.sdk -CONFIGURE_ACTION+=--enable-universalsdk=$(MACDEVSDK) --with-universal-archs=32-bit --enable-framework=/python-inst --with-framework-name=OOoPython +CONFIGURE_ACTION+=--enable-universalsdk=$(MACOSX_SDK_PATH) --with-universal-archs=32-bit --enable-framework=/python-inst --with-framework-name=OOoPython ALLTAR: $(MISC)/OOoPython.framework.zip .ENDIF |