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:
parent
9a8f3025f5
commit
85b81ea9bb
1
thirdparty/stb_image/stb_image.h
vendored
1
thirdparty/stb_image/stb_image.h
vendored
@ -367,6 +367,7 @@ RECENT REVISION HISTORY:
|
|||||||
|
|
||||||
#ifdef __TINYC__
|
#ifdef __TINYC__
|
||||||
#define STBI_NO_SIMD
|
#define STBI_NO_SIMD
|
||||||
|
#define STBI_NO_THREAD_LOCALS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STBI_NO_STDIO
|
#ifndef STBI_NO_STDIO
|
||||||
|
Loading…
Reference in New Issue
Block a user