From dc47a03de9a39a10d1ad8f61e762b448236eea15 Mon Sep 17 00:00:00 2001 From: hgn Date: Sat, 10 Jun 2023 17:34:06 +0100 Subject: [PATCH] compile flags for stb image --- vg_tex.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.25.1