sokol: add -lpthread flag on linux to prevent failing asserts in some cases
parent
7a4ec9f60a
commit
d5c306ce57
|
@ -8,7 +8,7 @@ pub const (
|
|||
#flag -I @VEXEROOT/thirdparty/sokol/util
|
||||
#flag freebsd -I /usr/local/include
|
||||
#flag darwin -fobjc-arc
|
||||
#flag linux -lX11 -lGL -lXcursor -lXi
|
||||
#flag linux -lX11 -lGL -lXcursor -lXi -lpthread
|
||||
#flag freebsd -L/usr/local/lib -lX11 -lGL -lXcursor -lXi
|
||||
#flag windows -lgdi32
|
||||
// METAL
|
||||
|
|
Loading…
Reference in New Issue