fixes in SharedMemory unit test, premake build issue on Linux

This commit is contained in:
Erwin Coumans
2016-03-15 18:29:32 -07:00
parent 87e5128ba8
commit 005ef9d2f1
3 changed files with 21 additions and 14 deletions

View File

@@ -189,3 +189,9 @@ project "App_BulletExampleBrowser"
"main.cpp",
"ExampleEntries.cpp",
}
if os.is("Linux") then
initX11()
end