summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-03-21 20:02:25 +0100
committerMichael Stahl <mstahl@redhat.com>2013-03-21 20:02:25 +0100
commitc49d0ba320faff58c0c9baefe5c1a182593fe22b (patch)
tree2713b1e240713fb739124dcc9f957927e1cc6391
parentcafa2b948bd78905b5890f917403e6fabff3b6dd (diff)
Change-Id: I8bea810debfd4f53f4c53fe06fdf1f2b9256e795
-rw-r--r--python3/ExternalProject_python3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk
index cc417c35d420..506551b8bbf1 100644
--- a/python3/ExternalProject_python3.mk
+++ b/python3/ExternalProject_python3.mk
@@ -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)