diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-26 05:19:13 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-26 05:19:28 -0600 |
commit | 7c8a4a4f315721a9d98f829325e6376bf711a3cf (patch) | |
tree | 06ee30bc116fda3639d84e1310c60b40d31d2154 /python3 | |
parent | 24262b7cfe6607576a38e661553b56596d6164b4 (diff) |
python3 command typo for a certain version of MSVC
Change-Id: I8bbc7e73e210461b465bfdcd62b2da1d974020df
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 4112e64b59aa..11635ea0da3d 100644 --- a/python3/ExternalProject_python3.mk +++ b/python3/ExternalProject_python3.mk @@ -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) |