fix bad --no-extras option for InverseDynamcis

This commit is contained in:
Andrew Meadows 2015-12-03 20:52:28 -08:00
parent 1c30453ae4
commit b8f72ee56b

View File

@ -228,7 +228,7 @@
-- include "../test/hello_gtest"
include "../test/collision"
if not _OPTIONS["no-bullet3"] then
if _OPTIONS["no-extras"] then
if not _OPTIONS["no-extras"] then
include "../test/InverseDynamics"
end
include "../test/TestBullet3OpenCL"