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:
authorJacques Beuarain <jacques.beaurain@gmail.com>2007-02-18 18:01:07 +0300
committerJacques Beuarain <jacques.beaurain@gmail.com>2007-02-18 18:01:07 +0300
commit0246e8ba003e9ca25cbeecf8cf8abde19d0ee20d (patch)
tree2afb2862a4d3b9d5fec723d43d619e9d65e78eaa /blenderplayer
parentde9a4bcdf1f84f14801e752e91e45a0f4c683e65 (diff)
CMake: Think this is the reason linking python statically causes problems on some platforms (linking order)
Diffstat (limited to 'blenderplayer')
-rw-r--r--blenderplayer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index aa60c6c48fe..d144abcbc6a 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -49,7 +49,6 @@ ENDIF(WIN32)
ADD_DEPENDENCIES(blenderplayer makesdna)
-SETUP_LIBLINKS(blenderplayer)
FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS)
SET(BLENDER_LINK_LIBS ${BLENDER_LINK_LIBS} gp_common gp_ghost blenkernel_blc)
@@ -121,3 +120,4 @@ ELSE(UNIX)
TARGET_LINK_LIBRARIES(blenderplayer ${BLENDER_LINK_LIBS})
ENDIF(UNIX)
+SETUP_LIBLINKS(blenderplayer)