From: hgn Date: Sat, 10 Jun 2023 16:34:06 +0000 (+0100) Subject: compile flags for stb image X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=commitdiff_plain;h=dc47a03de9a39a10d1ad8f61e762b448236eea15 compile flags for stb image --- diff --git a/vg_tex.h b/vg_tex.h index 14042a5..ac5920a 100644 --- a/vg_tex.h +++ b/vg_tex.h @@ -48,6 +48,7 @@ #endif #define STBI_ONLY_JPEG +#define STBI_NO_THREAD_LOCALS #define STB_IMAGE_IMPLEMENTATION #include "vg/submodules/stb/stb_image.h"