mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
sokol: fix compilation of 2048 on some linux distros (undefined XIQueryVersion and XcursorImageCreate)
This commit is contained in:
parent
2e589a5b0b
commit
fa8f5df817
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pub const (
|
||||||
#flag -I @VROOT/thirdparty/sokol/util
|
#flag -I @VROOT/thirdparty/sokol/util
|
||||||
|
|
||||||
#flag darwin -fobjc-arc
|
#flag darwin -fobjc-arc
|
||||||
#flag linux -lX11 -lGL
|
#flag linux -lX11 -lGL -lXcursor -lXi
|
||||||
|
|
||||||
#flag windows -lgdi32
|
#flag windows -lgdi32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue