This commit is contained in:
erwincoumans
2018-06-16 12:28:38 -07:00
2 changed files with 7 additions and 2 deletions

View File

@@ -275,8 +275,13 @@ if not _OPTIONS["no-enet"] then
if os.is("MacOSX") then
links{"Cocoa.framework"}
end
if os.is("Linux") then initX11()
links {"pthread"}
end
files {
"HelloBulletRobotics.cpp"
}