python3: fix typo in 8b79f292fb
Change-Id: I8bea810debfd4f53f4c53fe06fdf1f2b9256e795
This commit is contained in:
parent
cafa2b948b
commit
c49d0ba320
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ifeq ($(VCVER),110)
|
|||
,PCBuild)
|
||||
else ifeq ($(VCVER),100)
|
||||
$(call gb_ExternalProject_run,build,\
|
||||
MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64" /ToolsVersion:4.0 \
|
||||
MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) /ToolsVersion:4.0 \
|
||||
&& cd $(EXTERNAL_WORKDIR) \
|
||||
&& ln -s PCbuild LO_lib \
|
||||
,PCBuild)
|
||||
|
|
Loading…
Reference in a new issue