diff --git a/build3/premake4.lua b/build3/premake4.lua index 38519f640..5d6683b92 100644 --- a/build3/premake4.lua +++ b/build3/premake4.lua @@ -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"