sokol: add -lpthread flag on linux to prevent failing asserts in some cases

pull/10123/head
Delyan Angelov 2021-05-16 20:21:18 +03:00
parent 7a4ec9f60a
commit d5c306ce57
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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