forked from amazingfate/loongoffice
Fix python3 on MSVC 14.0
Change-Id: I2882a97d0e078bd3217170e7906cd41680fbc4a4 Reviewed-on: https://gerrit.libreoffice.org/17360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
This commit is contained in:
2
external/python3/ExternalProject_python3.mk
vendored
Normal file → Executable file
2
external/python3/ExternalProject_python3.mk
vendored
Normal file → Executable file
@ -37,6 +37,8 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
|
||||
/p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) \
|
||||
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 \
|
||||
/p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
|
||||
$(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 \
|
||||
/p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
|
||||
,PCBuild)
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user