forked from amazingfate/loongoffice
python3 command typo for a certain version of MSVC
Change-Id: I8bbc7e73e210461b465bfdcd62b2da1d974020df
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user