From 31b04490d1f3bff222ad963359e56705694c4e59 Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Tue, 26 Feb 2008 00:04:54 +0000 Subject: removed mingw from the list of platforms to use the debug python lib, as it was causing link errors. if someone wishes to figure out why this is messing up, go ahead. --- tools/Blender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Blender.py') diff --git a/tools/Blender.py b/tools/Blender.py index 06ffba6912c..967bf1fcd3c 100644 --- a/tools/Blender.py +++ b/tools/Blender.py @@ -143,7 +143,7 @@ def setup_syslibs(lenv): lenv['BF_PNG_LIB'], lenv['BF_ZLIB_LIB'] ] - if lenv['BF_DEBUG']==1 and lenv['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): + if lenv['BF_DEBUG']==1 and lenv['OURPLATFORM'] in ('win32-vc'): syslibs.append(lenv['BF_PYTHON_LIB']+'_d') else: syslibs.append(lenv['BF_PYTHON_LIB']) -- cgit v1.2.3