summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-12-18 16:53:04 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-12-18 16:53:42 +0200
commit4ea11e31e9f70e8ea33fbbf217370a7d911fdacb (patch)
treea3b9759563730fa6a3980031df7270a9a4e0b9bf /python3
parent8e5fe8dc9229043d18f581f2c56d58daff2bf87a (diff)
/p:VisualStudioVersion=11.0 here, too
Change-Id: Ifa463327e9f33696012b3add0640b12f6d585178
Diffstat (limited to 'python3')
-rw-r--r--python3/ExternalProject_python3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk
index 2bde4cf2c328..dc6999d2481c 100644
--- a/python3/ExternalProject_python3.mk
+++ b/python3/ExternalProject_python3.mk
@@ -26,7 +26,7 @@ ifeq ($(OS)$(COM),WNTMSC)
$(call gb_ExternalProject_get_state_target,python3,build) :
ifeq ($(VCVER),110)
cd $(EXTERNAL_WORKDIR)/PCbuild \
- && MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=v110 \
+ && MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 \
&& cd $(EXTERNAL_WORKDIR) \
&& ln -s PCbuild LO_lib \
&& touch $@