From 006b550f6f103e9d9b5d9cb2f4b0e8bdb21f7d35 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Jul 2014 20:02:58 +1000 Subject: Fix the ABIFLAGS order for detecting Python debug builds D631 by mva --- build_files/cmake/Modules/FindPythonLibsUnix.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/cmake/Modules/FindPythonLibsUnix.cmake b/build_files/cmake/Modules/FindPythonLibsUnix.cmake index 5656d33c934..1fb27e7898c 100644 --- a/build_files/cmake/Modules/FindPythonLibsUnix.cmake +++ b/build_files/cmake/Modules/FindPythonLibsUnix.cmake @@ -71,7 +71,7 @@ IF((NOT _IS_INC_DEF) OR (NOT _IS_INC_CONF_DEF) OR (NOT _IS_LIB_DEF) OR (NOT _IS_ SET(_python_ABI_FLAGS "m;mu;u; " # release - "md;mud;ud;d" # debug + "dm;dmu;du;d" # debug ) STRING(REPLACE "." "" _PYTHON_VERSION_NO_DOTS ${PYTHON_VERSION}) -- cgit v1.2.3