1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

"#flag mingw ..." support

This commit is contained in:
vitalyster
2020-03-12 20:20:19 +03:00
committed by GitHub
parent 07921194f2
commit 0df6eaa927
2 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ import gl
#flag freebsd -Wl,-L/usr/local/lib,-lglfw
#flag linux -lglfw
#flag windows -lgdi32 -lshell32 -lglfw3
#flag mingw -mwindows
#include <GLFW/glfw3.h>
// #flag darwin -framework Carbon
// #flag darwin -framework Cocoa