Linux builds require linking to pthread

This commit is contained in:
2019-12-29 12:25:44 -05:00
parent 13e61047d9
commit 45bbc12208

View File

@@ -329,6 +329,7 @@ elif platform == "posix":
env.Append(LIBS=Split("""
GL
X11
pthread
"""))
Export("env platform")