Commit: 350825ed99337adbb7e11021e6a4d9b31853bdb2 Author: Campbell Barton Date: Wed May 22 11:20:40 2019 +1000 Branches: master https://developer.blender.org/rB350825ed99337adbb7e11021e6a4d9b31853bdb2
Fix WITH_PYTHON_MODULE linking Also remove bf_blenfont since it's not used by creator directly. =================================================================== M source/creator/CMakeLists.txt =================================================================== diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 0f7612abb0c..6f5f413711f 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -38,10 +38,9 @@ blender_include_dirs( ) set(LIB - bf_blenfont + bf_blenloader bf_blenkernel bf_blenlib - bf_blenloader bf_depsgraph bf_dna bf_editor_datafiles _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
