python3: stop symlinking directories on WNT

Change-Id: I281d3dd66a8db8da44cce60bade4a0ee7d1df763
This commit is contained in:
Michael Stahl
2014-05-29 20:29:03 +02:00
parent bcca34ed26
commit dbe2f8900f
2 changed files with 17 additions and 19 deletions

View File

@ -39,8 +39,6 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
/ToolsVersion:4.0, \
/p:PlatformToolset=$(if $(filter 80,$(WINDOWS_SDK_VERSION)),v110,v110_xp) \
/p:VisualStudioVersion=11.0) \
&& cd $(EXTERNAL_WORKDIR) \
&& ln -s PCbuild LO_lib \
,PCBuild)
else