Skip to content

Commit

Permalink
ci: more tries to fix msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 26, 2024
1 parent 4342c65 commit f46546b
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 233 deletions.
5 changes: 4 additions & 1 deletion 3rdparty/glsl-parser/glsl.lex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <stdbool.h>
#include <string.h>

#define YY_NO_UNISTD_H 1

#define YYSTYPE GLSL_STYPE
#define YYLTYPE GLSL_LTYPE

Expand All @@ -25,7 +27,8 @@

%}


%option nounistd
%option never-interactive
%option reentrant
%option bison-bridge
%option bison-locations
Expand Down
Loading

0 comments on commit f46546b

Please sign in to comment.