mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-12-21 16:56:50 +01:00
Fix build.
This commit is contained in:
parent
cf27a25480
commit
2e321771c1
@ -31,7 +31,6 @@
|
|||||||
#include "crypto.h"
|
#include "crypto.h"
|
||||||
|
|
||||||
#include "core/config/engine.h"
|
#include "core/config/engine.h"
|
||||||
#include "core/io/certs_compressed.gen.h"
|
|
||||||
|
|
||||||
/// Resources
|
/// Resources
|
||||||
|
|
||||||
|
@ -30,5 +30,5 @@
|
|||||||
|
|
||||||
#include <alloca.h>
|
#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
|
#define PTHREAD_RENAME_SELF
|
||||||
|
@ -32,4 +32,4 @@
|
|||||||
//#else
|
//#else
|
||||||
//#include <alloca.h>
|
//#include <alloca.h>
|
||||||
//#endif
|
//#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
|
||||||
#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