add missing pthread link in App_HelloBulletRobotics
This commit is contained in:
@@ -275,8 +275,13 @@ if not _OPTIONS["no-enet"] then
|
|||||||
if os.is("MacOSX") then
|
if os.is("MacOSX") then
|
||||||
links{"Cocoa.framework"}
|
links{"Cocoa.framework"}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
if os.is("Linux") then initX11()
|
||||||
|
links {"pthread"}
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
files {
|
files {
|
||||||
"HelloBulletRobotics.cpp"
|
"HelloBulletRobotics.cpp"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user