Fix typo with non-system bullet.

This commit is contained in:
Antony Riakiotakis 2013-03-28 00:58:50 +00:00
parent 3e2619b3e7
commit eab20832d9

@ -974,7 +974,7 @@ endif()
list_insert_after(BLENDER_SORTED_LIBS "bf_blenkernel" "bf_intern_rigidbody")
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")
endif()