Commit: 1e1f7cd76dd941f79ac2fa0636ddf186b186f833
Author: Lukas Tönne
Date:   Tue Feb 3 16:01:59 2015 +0100
Branches: temp_hair_modifiers
https://developer.blender.org/rB1e1f7cd76dd941f79ac2fa0636ddf186b186f833

Bad hack: due to unintelligible linker errors, have to move bf_rna in
front of bf_editor_physics.

For some reason this seems to work for other bf_editor_* libs. Should be
fixed asap, but no working solution is known among core devs, so for now
have to do this to keep working.

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

M       build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index ecdb1d0..1395959 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -488,6 +488,7 @@ macro(SETUP_BLENDER_SORTED_LIBS)
                bf_editor_metaball
                bf_editor_object
                bf_editor_armature
+               bf_rna
                bf_editor_physics
                bf_editor_render
                bf_editor_screen
@@ -510,7 +511,6 @@ macro(SETUP_BLENDER_SORTED_LIBS)
                bf_blenkernel
                bf_physics
                bf_nodes
-               bf_rna
                bf_gpu
                bf_blenloader
                bf_imbuf

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to