Linux builds require linking to pthread
This commit is contained in:
@@ -329,6 +329,7 @@ elif platform == "posix":
|
||||
env.Append(LIBS=Split("""
|
||||
GL
|
||||
X11
|
||||
pthread
|
||||
"""))
|
||||
|
||||
Export("env platform")
|
||||
|
Reference in New Issue
Block a user