disable all demos for premake4 iOS build (it only compiles HelloWorld, Benchmark and UnitTest for now)
add btAlignedFree to deleteCriticalSection
This commit is contained in:
@@ -166,7 +166,9 @@ end
|
||||
end
|
||||
|
||||
if not _OPTIONS["without-demos"] then
|
||||
if not _OPTIONS["ios"] then
|
||||
include "../Demos"
|
||||
end
|
||||
include "../Extras"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user