Skip to content

Commit 2abbd89

Browse files
committed
don't run linc macros during completion
1 parent eee4ee2 commit 2abbd89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glew/GLEW.hx

+2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ package glew;
22

33
@:keep
44
@:include('linc_glew.h')
5+
#if !display
56
@:build(linc.Linc.touch())
67
@:build(linc.Linc.xml('glew'))
8+
#end
79
extern class GLEW {
810

911
static inline var OK = 0;

0 commit comments

Comments
 (0)