Make python3 build with VS2013
This time use a patch to mangle the project files a bit so that msbuild likes them. Change-Id: I1293f4a92164ec6431b96c39f118cbdedbe5fe32
This commit is contained in:
8
external/python3/UnpackedTarball_python3.mk
vendored
8
external/python3/UnpackedTarball_python3.mk
vendored
@@ -46,4 +46,12 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
|
||||
))
|
||||
endif
|
||||
|
||||
ifeq ($(OS)-$(COM),WNT-MSC)
|
||||
ifneq ($(filter 120,$(VCVER)),)
|
||||
$(eval $(call gb_UnpackedTarball_add_patches,python3,\
|
||||
external/python3/python-vc2013.patch.1 \
|
||||
))
|
||||
endif
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
1213
external/python3/python-vc2013.patch.1
vendored
Normal file
1213
external/python3/python-vc2013.patch.1
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user