python3: fix typo in 8b79f292fb

Change-Id: I8bea810debfd4f53f4c53fe06fdf1f2b9256e795
This commit is contained in:
Michael Stahl 2013-03-21 20:02:25 +01:00
parent cafa2b948b
commit c49d0ba320

View file

@ -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)