mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-04 22:22:43 -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
|
||||
#endif
|
||||
|
||||
#elif defined(__arm__)
|
||||
#elif defined(__arm__) || defined(__aarch64__)
|
||||
#ifndef GB_CPU_ARM
|
||||
#define GB_CPU_ARM 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user