Fix typo with non-system bullet.
This commit is contained in:
@@ -974,7 +974,7 @@ endif()
|
|||||||
list_insert_after(BLENDER_SORTED_LIBS "bf_blenkernel" "bf_intern_rigidbody")
|
list_insert_after(BLENDER_SORTED_LIBS "bf_blenkernel" "bf_intern_rigidbody")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_BULLET AND NOT WITH_BULLET_SYSTEM)
|
if(WITH_BULLET AND NOT WITH_SYSTEM_BULLET)
|
||||||
list_insert_after(BLENDER_SORTED_LIBS "ge_logic_ngnetwork" "extern_bullet")
|
list_insert_after(BLENDER_SORTED_LIBS "ge_logic_ngnetwork" "extern_bullet")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user