1
0
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:
Delyan Angelov 2020-08-23 22:17:05 +03:00
parent 2e589a5b0b
commit fa8f5df817

View File

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