mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol: fix compilation of 2048 on some linux distros (undefined XIQueryVersion and XcursorImageCreate)
This commit is contained in:
parent
2e589a5b0b
commit
fa8f5df817
@ -8,7 +8,7 @@ pub const (
|
||||
#flag -I @VROOT/thirdparty/sokol/util
|
||||
|
||||
#flag darwin -fobjc-arc
|
||||
#flag linux -lX11 -lGL
|
||||
#flag linux -lX11 -lGL -lXcursor -lXi
|
||||
|
||||
#flag windows -lgdi32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user