sokol: fix compilation of 2048 on some linux distros (undefined XIQueryVersion and XcursorImageCreate)
parent
2e589a5b0b
commit
fa8f5df817
|
@ -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…
Reference in New Issue