diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-30 10:56:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-30 10:58:47 +0200 |
commit | 773df2cb86bebd47f2b28b96270989560b373574 (patch) | |
tree | 00f8d51901123b28d57fa7d02cc5e13a9fb58d17 /python3 | |
parent | e46e96ca7cf6c75749141f0267983e9b4ddc6519 (diff) |
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 <windows.h>. I need to fix that
instead.
Change-Id: I37a5f8b41f193b108f33464a6a127c0a5969d232
Diffstat (limited to 'python3')
-rw-r--r-- | python3/ExternalProject_python3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |