sokol: fix compiling gg and other graphical examples on OpenBSD (#20333)

This commit is contained in:
Jasper Lievisse Adriaanse 2024-01-01 22:19:55 +01:00 committed by GitHub
parent e5cf33616b
commit f53031feda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ pub const used_import = 1
#flag linux -lX11 -lGL -lXcursor -lXi -lpthread #flag linux -lX11 -lGL -lXcursor -lXi -lpthread
#flag freebsd -L/usr/local/lib -lX11 -lGL -lXcursor -lXi #flag freebsd -L/usr/local/lib -lX11 -lGL -lXcursor -lXi
#flag openbsd -L/usr/X11R6/lib -lX11 -lGL -lXcursor -lXi #flag openbsd -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lGL -lXcursor -lXi
#flag windows -lgdi32 #flag windows -lgdi32
$if windows { $if windows {