Fix 64-bit OS X build: don't try any universalness
This commit is contained in:
parent
79a3c9b186
commit
0f6f38b5d7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
|
|||
$(if $(filter AIX,$(OS)),--disable-ipv6 --with-threads) \
|
||||
$(if $(filter WNT-GCC,$(OS)-$(COM)),--with-threads ac_cv_printf_zd_format=no) \
|
||||
$(if $(filter MACOSX,$(OS)), \
|
||||
--enable-universalsdk=$(MACOSX_SDK_PATH) --with-universal-archs=32-bit --enable-framework=/@__________________________________________________OOO --with-framework-name=LibreOfficePython, \
|
||||
$(if $(filter INTEL POWERPC,$(CPUNAME)),--enable-universalsdk=$(MACOSX_SDK_PATH) --with-universal-archs=32-bit) --enable-framework=/@__________________________________________________OOO --with-framework-name=LibreOfficePython, \
|
||||
--enable-shared \
|
||||
) \
|
||||
CC="$(strip $(CC) \
|
||||
|
|
Loading…
Reference in a new issue