Fix #assert in opengl.odin

This commit is contained in:
gingerBill
2018-02-25 12:14:35 +00:00
parent bada81159d
commit 3b5932699c

View File

@@ -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 {