Skip to content

Commit

Permalink
ci: more tries to fix windows build with glsl-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 25, 2024
1 parent ae8e8b5 commit c5692bc
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 1,111 deletions.
4 changes: 3 additions & 1 deletion 3rdparty/glsl-parser/glsl_ast.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#include "glsl_ast.h"

#include "glsl.parser.h"
#include "glsl_parser.h"

#include <stdio.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Expand Down
Loading

0 comments on commit c5692bc

Please sign in to comment.