From 82da001fafdfc3814e207dd897919ce4d90927a5 Mon Sep 17 00:00:00 2001 From: joe-conigliaro Date: Thu, 23 Jan 2020 21:56:12 +1100 Subject: [PATCH] sokol: fix issue causing win test to fail introduced in 0502a54 --- vlib/sokol/c/c.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/sokol/c/c.v b/vlib/sokol/c/c.v index 6f8beb7662..26f49edd6f 100644 --- a/vlib/sokol/c/c.v +++ b/vlib/sokol/c/c.v @@ -18,6 +18,7 @@ pub const ( // OPENGL #flag linux -DSOKOL_GLCORE33 +#flag windows -DSOKOL_GLCORE33 //#flag darwin -framework OpenGL -framework Cocoa -framework QuartzCore