Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-04 20:58:37 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-04 20:58:37 +0400
commitdf3313187f4805d29d5a67ef6c623731e7ad9743 (patch)
tree43e4f69507381bd4a7614133d9352abbc9d1464b /build_files/cmake
parent361ab2ff2e9f8fc15449f52790ea2a2025972cd5 (diff)
parentc4eeda267315731c4cf446c3ed030d4f8c158b52 (diff)
Merge branch 'master' of git.blender.org:blender into soc-2014-viewport_fx
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/Modules/FindPythonLibsUnix.cmake2
1 files changed, 1 insertions, 1 deletions
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})