[Bf-blender-cvs] [5f19242] soc-2014-fluid: new flags for manta module

Roman Pogribnyi noreply at git.blender.org
Tue Jul 29 11:46:26 CEST 2014


Commit: 5f19242c589381a4652500b5af0edbb45a914510
Author: Roman Pogribnyi
Date:   Mon Jul 28 21:16:58 2014 +0200
Branches: soc-2014-fluid
https://developer.blender.org/rB5f19242c589381a4652500b5af0edbb45a914510

new flags for manta module

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 9d513d8..b089c9d 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1147,7 +1147,8 @@ endif()
 	target_link_libraries(blender ${BLENDER_SORTED_LIBS})
 
 	#linking manta library
-	SET(MANTA_LINK_LIBRARIES -rdynamic -Wl,-force_load bf_python_manta ) 
+	#PR removed -Wl, -force_load 
+	SET(MANTA_LINK_LIBRARIES -force_load bf_python_manta ) 
 	#-Wl,--whole-archive bf_python_manta -Wl,--no-whole-archive)
 	TARGET_LINK_LIBRARIES(blender ${MANTA_LINK_LIBRARIES})




More information about the Bf-blender-cvs mailing list