Skip to content

Commit 6f7fcb0

Browse files
committed
Demo - add missing pthread for Linux
1 parent fc87c66 commit 6f7fcb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/32_gl_interop/premake4.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ project "32_gl_interop"
2323
if os.istarget("linux") then
2424
links {"glut"}
2525
links {"GL"}
26+
links {"pthread"}
2627
end
2728
if os.istarget("macosx") then
2829
linkoptions{"-framework OpenGL", "-framework GLUT"}

0 commit comments

Comments
 (0)