summaryrefslogtreecommitdiff
path: root/external/python3
diff options
context:
space:
mode:
authorhimajin100000 <himajin100000@gmail.com>2019-01-16 16:34:36 +0900
committerMichael Stahl <Michael.Stahl@cib.de>2019-01-16 12:49:14 +0100
commita0e326f5e109a1dc3402b4102ad730de6feeba96 (patch)
treeff0a76b51d10024c3f034a24d030f6187f85a44c /external/python3
parent1bf68dbf53f4b5308e295058226abd6d6fb49c3d (diff)
Minimum Supported Version is VS2017
Change-Id: Id771f1fe0d8c6702a52836f6229a944d259fed4c Reviewed-on: https://gerrit.libreoffice.org/66424 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'external/python3')
-rw-r--r--external/python3/ExternalProject_python3.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk
index 7e9952ac6cc7..6dba1481766f 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -37,7 +37,6 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
/p:Configuration=$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \
/p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) \
/maxcpucount \
- $(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 /p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
$(if $(filter 150,$(VCVER)),/p:PlatformToolset=v141 /p:VisualStudioVersion=15.0 /ToolsVersion:15.0) \
$(if $(filter 150-10,$(VCVER)-$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION)) \
,PCBuild)