From 6258c0979e4d128ccd8b6ac22be1b94261c50ada Mon Sep 17 00:00:00 2001 From: Chris Want Date: Fri, 11 Jan 2008 16:48:07 +0000 Subject: [PATCH] The python lib name should be 'bf_python' instead of 'blender_python' when linking. --- source/creator/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 09c4df0d441..874e905c75b 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -202,7 +202,7 @@ IF(UNIX) blender_render blender_radiosity blender_ONL - blender_python + bf_python bf_blenkernel bf_nodes bf_blenloader @@ -252,7 +252,7 @@ IF(UNIX) extern_solid extern_qhull bf_moto - blender_python + bf_python bf_quicktime )