mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol: use GLCORE33 on linux
This commit is contained in:
parent
78681bf852
commit
7cec70e525
@ -19,6 +19,10 @@ $if macos {
|
|||||||
#flag -framework Metal -framework Cocoa -framework MetalKit -framework QuartzCore
|
#flag -framework Metal -framework Cocoa -framework MetalKit -framework QuartzCore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$if linux {
|
||||||
|
#flag -D SOKOL_GLCORE33
|
||||||
|
}
|
||||||
|
|
||||||
$if ios {
|
$if ios {
|
||||||
#flag -DSOKOL_METAL
|
#flag -DSOKOL_METAL
|
||||||
#flag -framework Foundation -framework Metal -framework MetalKit -framework UIKit
|
#flag -framework Foundation -framework Metal -framework MetalKit -framework UIKit
|
||||||
|
Loading…
Reference in New Issue
Block a user