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:
authorChris Want <cwant@ualberta.ca>2008-01-11 19:48:07 +0300
committerChris Want <cwant@ualberta.ca>2008-01-11 19:48:07 +0300
commit6258c0979e4d128ccd8b6ac22be1b94261c50ada (patch)
tree90621502f1bc0451ccec07075faaa2c15952f89e
parentc562fdf0959c15058d7c7b2367fa8392ee82aab1 (diff)
The python lib name should be 'bf_python' instead of 'blender_python'
when linking.
-rw-r--r--source/creator/CMakeLists.txt4
1 files 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
)