add missing pthread link in App_HelloBulletRobotics

This commit is contained in:
Erwin Coumans
2018-06-16 10:20:43 -07:00
parent 04d03d10be
commit b94df12081

View File

@@ -277,6 +277,11 @@ if not _OPTIONS["no-enet"] then
end end
if os.is("Linux") then initX11()
links {"pthread"}
end
files { files {
"HelloBulletRobotics.cpp" "HelloBulletRobotics.cpp"
} }