Skip to content

Commit 85b81ea

Browse files
committed
thirdparty: fix compilation of thirdparty/stb_image/stb_image.h with latest tcc on macos
1 parent 9a8f302 commit 85b81ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thirdparty/stb_image/stb_image.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ RECENT REVISION HISTORY:
367367

368368
#ifdef __TINYC__
369369
#define STBI_NO_SIMD
370+
#define STBI_NO_THREAD_LOCALS
370371
#endif
371372

372373
#ifndef STBI_NO_STDIO

0 commit comments

Comments
 (0)