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

Revert "sokol: use GLCORE33 on linux", since it is already done by a #flag linux -DSOKOL_GLCORE33 later on

This reverts commit 7cec70e525.
This commit is contained in:
Delyan Angelov 2023-07-30 18:31:39 +03:00
parent 8735694d13
commit 37e7d5f5ae
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -30,10 +30,6 @@ $if macos {
#flag -framework Metal -framework Cocoa -framework MetalKit -framework QuartzCore
}
}
$if linux {
#flag -D SOKOL_GLCORE33
}
$if ios {
#flag -DSOKOL_METAL
#flag -framework Foundation -framework Metal -framework MetalKit -framework UIKit