From 773df2cb86bebd47f2b28b96270989560b373574 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 30 Nov 2012 10:56:55 +0200 Subject: Nah, wrong to use /p:PlatformToolset=Windows7.1SDK It must be my local installation of VS2010 that is somehow screwed up when building here it doesn't find . I need to fix that instead. Change-Id: I37a5f8b41f193b108f33464a6a127c0a5969d232 --- python3/ExternalProject_python3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3/ExternalProject_python3.mk') diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk index b47f303da4a9..2bde4cf2c328 100644 --- a/python3/ExternalProject_python3.mk +++ b/python3/ExternalProject_python3.mk @@ -32,7 +32,7 @@ ifeq ($(VCVER),110) && touch $@ else ifeq ($(VCVER),100) cd $(EXTERNAL_WORKDIR)/PCbuild \ - && MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=Windows7.1SDK /ToolsVersion:4.0 \ + && MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /ToolsVersion:4.0 \ && cd $(EXTERNAL_WORKDIR) \ && ln -s PCbuild LO_lib \ && touch $@ -- cgit v1.2.3