python3 command typo for a certain version of MSVC

Change-Id: I8bbc7e73e210461b465bfdcd62b2da1d974020df
This commit is contained in:
Norbert Thiebaud
2013-02-26 05:19:13 -06:00
parent 24262b7cfe
commit 7c8a4a4f31

View File

@ -29,7 +29,7 @@ ifeq ($(OS)$(COM),WNTMSC)
$(call gb_ExternalProject_get_state_target,python3,build) :
ifeq ($(VCVER),110)
$(call gb_ExternalProject_run,build,\
&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 \
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 \
,PCBuild)