Fix the ABIFLAGS order for detecting Python debug builds

D631 by mva
This commit is contained in:
Campbell Barton 2014-07-04 20:02:58 +10:00
parent ef801eb1ff
commit 006b550f6f
1 changed files with 1 additions and 1 deletions

View File

@ -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})