Don't use thread locals in stb_image (doesn't work on Solaris)

This commit is contained in:
John Lorentzson 2025-04-06 21:18:13 +02:00
parent 31d16e714f
commit b99fe37522

View file

@ -12,6 +12,7 @@
#define STBI_ONLY_PNG
#define STBI_NO_LINEAR
#define STBI_NO_STDIO
#define STBI_NO_THREAD_LOCALS
#include "../external/stb_image.h"
#include "File.h"