We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee4ee2 commit 2abbd89Copy full SHA for 2abbd89
glew/GLEW.hx
@@ -2,8 +2,10 @@ package glew;
2
3
@:keep
4
@:include('linc_glew.h')
5
+#if !display
6
@:build(linc.Linc.touch())
7
@:build(linc.Linc.xml('glew'))
8
+#end
9
extern class GLEW {
10
11
static inline var OK = 0;
0 commit comments