1
0
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:
Delyan Angelov 2021-04-13 14:38:55 +03:00
parent d9e2bb9b36
commit 8c95f07509

View File

@ -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
}