Fix build.

This commit is contained in:
Relintai 2023-12-16 22:49:53 +01:00
parent cf27a25480
commit 2e321771c1
4 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,6 @@
#include "crypto.h"
#include "core/config/engine.h"
#include "core/io/certs_compressed.gen.h"
/// Resources

View File

@ -30,5 +30,5 @@
#include <alloca.h>
#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h"
#define GLES2_INCLUDE_H "drivers/gl_context/glad/glad/glad.h"
#define PTHREAD_RENAME_SELF

View File

@ -32,4 +32,4 @@
//#else
//#include <alloca.h>
//#endif
#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h"
#define GLES2_INCLUDE_H "drivers/gl_context/glad/glad/glad.h"

View File

@ -44,4 +44,4 @@
#endif
#endif
#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h"
#define GLES2_INCLUDE_H "drivers/gl_context/glad/glad/glad.h"