mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
fix for mac build (hopefully)
This commit is contained in:
2
thirdparty/stb/src/gb/gb.h
vendored
2
thirdparty/stb/src/gb/gb.h
vendored
@@ -230,7 +230,7 @@ extern "C" {
|
|||||||
#define GB_CACHE_LINE_SIZE 128
|
#define GB_CACHE_LINE_SIZE 128
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__arm__)
|
#elif defined(__arm__) || defined(__aarch64__)
|
||||||
#ifndef GB_CPU_ARM
|
#ifndef GB_CPU_ARM
|
||||||
#define GB_CPU_ARM 1
|
#define GB_CPU_ARM 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user