mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
sokol: fix compiling gg and other graphical examples on OpenBSD (#20333)
This commit is contained in:
parent
e5cf33616b
commit
f53031feda
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pub const used_import = 1
|
|||
|
||||
#flag linux -lX11 -lGL -lXcursor -lXi -lpthread
|
||||
#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
|
||||
|
||||
$if windows {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue