From e175eb3cedded28909247f4d46f2c17ff2f58be2 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 19 May 2014 19:48:35 +0200 Subject: fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012 VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de --- external/coinmp/ExternalProject_coinmp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/coinmp') diff --git a/external/coinmp/ExternalProject_coinmp.mk b/external/coinmp/ExternalProject_coinmp.mk index 422cc940d606..22769e3d5303 100644 --- a/external/coinmp/ExternalProject_coinmp.mk +++ b/external/coinmp/ExternalProject_coinmp.mk @@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,coinmp,build) : /p:Configuration=$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \ /p:Platform=Win32 \ $(if $(filter 100,$(VCVER)),/p:PlatformToolset=v100 /p:VisualStudioVersion=10.0) \ - $(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110 /p:VisualStudioVersion=11.0) \ + $(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110_xp /p:VisualStudioVersion=11.0) \ ,CoinMP/MSVisualStudio/v9) else -- cgit v1.2.3