1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

thirdparty: fix compilation of thirdparty/stb_image/stb_image.h with latest tcc on macos

This commit is contained in:
Delyan Angelov 2023-02-25 13:03:46 +02:00
parent 9a8f3025f5
commit 85b81ea9bb

View File

@ -367,6 +367,7 @@ RECENT REVISION HISTORY:
#ifdef __TINYC__
#define STBI_NO_SIMD
#define STBI_NO_THREAD_LOCALS
#endif
#ifndef STBI_NO_STDIO