forked from amazingfate/loongoffice
MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now
Change-Id: I40d03ab9acb67ab72b9047017452f069ce88fd4b
This commit is contained in:
4
external/python3/ExternalProject_python3.mk
vendored
4
external/python3/ExternalProject_python3.mk
vendored
@ -69,8 +69,8 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
|
||||
$(if $(filter WNT-GCC,$(OS)-$(COM)),--with-threads ac_cv_printf_zd_format=no) \
|
||||
$(if $(filter MACOSX,$(OS)), \
|
||||
$(if $(filter INTEL,$(CPUNAME)),--enable-universalsdk=$(MACOSX_SDK_PATH) \
|
||||
$(if $(filter 1050,$(MAC_OS_X_VERSION_MIN_REQUIRED)),--with-universal-archs=32-bit,--with-universal-archs=intel) \
|
||||
) \
|
||||
--with-universal-archs=intel \
|
||||
) \
|
||||
--enable-framework=/@__________________________________________________OOO --with-framework-name=LibreOfficePython, \
|
||||
--enable-shared \
|
||||
) \
|
||||
|
||||
Reference in New Issue
Block a user