From 3b5932699cce49504fc555d32f944de48d30dd35 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 25 Feb 2018 12:14:35 +0000 Subject: [PATCH] Fix #assert in opengl.odin --- core/opengl.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/opengl.odin b/core/opengl.odin index ff5603a8f..3fa63ec32 100644 --- a/core/opengl.odin +++ b/core/opengl.odin @@ -8,7 +8,7 @@ when ODIN_OS == "windows" { export "core:opengl_constants.odin" -(ODIN_OS != "osx"); +#assert(ODIN_OS != "osx"); @(default_calling_convention="c", link_prefix="gl") foreign lib {