mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol: fix compilation of gg apps on macos
This commit is contained in:
parent
d9e2bb9b36
commit
8c95f07509
@ -12,7 +12,7 @@ pub const (
|
||||
#flag freebsd -L/usr/local/lib -lX11 -lGL -lXcursor -lXi
|
||||
#flag windows -lgdi32
|
||||
// METAL
|
||||
$if darwin {
|
||||
$if macos {
|
||||
#flag -DSOKOL_METAL
|
||||
#flag -framework Metal -framework Cocoa -framework MetalKit -framework QuartzCore
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user