mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
Fix build.
This commit is contained in:
parent
cf27a25480
commit
2e321771c1
@ -31,7 +31,6 @@
|
||||
#include "crypto.h"
|
||||
|
||||
#include "core/config/engine.h"
|
||||
#include "core/io/certs_compressed.gen.h"
|
||||
|
||||
/// Resources
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user