[Libreoffice-commits] core.git: python3/ExternalProject_python3.mk
Michael Stahl
mstahl at redhat.com
Thu Mar 21 12:04:40 PDT 2013
python3/ExternalProject_python3.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c49d0ba320faff58c0c9baefe5c1a182593fe22b
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Mar 21 20:02:25 2013 +0100
python3: fix typo in 8b79f292fb7f41f424c4f02900082a5c9a71c0f4
Change-Id: I8bea810debfd4f53f4c53fe06fdf1f2b9256e795
diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk
index cc417c3..506551b 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)
More information about the Libreoffice-commits
mailing list