From 37e7d5f5ae69b0ebb2a766cedb805d3a51d7ccc6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 30 Jul 2023 18:31:39 +0300 Subject: [PATCH] Revert "sokol: use GLCORE33 on linux", since it is already done by a `#flag linux -DSOKOL_GLCORE33` later on This reverts commit 7cec70e525ebedd2deda24fbca4c0b8dfcc44f14. --- vlib/sokol/c/declaration.c.v | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vlib/sokol/c/declaration.c.v b/vlib/sokol/c/declaration.c.v index 74440283ce..d629e0b38f 100644 --- a/vlib/sokol/c/declaration.c.v +++ b/vlib/sokol/c/declaration.c.v @@ -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