Don't use thread locals in stb_image (doesn't work on Solaris)
This commit is contained in:
parent
31d16e714f
commit
b99fe37522
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
#define STBI_ONLY_PNG
|
#define STBI_ONLY_PNG
|
||||||
#define STBI_NO_LINEAR
|
#define STBI_NO_LINEAR
|
||||||
#define STBI_NO_STDIO
|
#define STBI_NO_STDIO
|
||||||
|
#define STBI_NO_THREAD_LOCALS
|
||||||
#include "../external/stb_image.h"
|
#include "../external/stb_image.h"
|
||||||
|
|
||||||
#include "File.h"
|
#include "File.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue