mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2026-04-29 08:30:14 -07:00
fix for mac build (hopefully)
This commit is contained in:
Vendored
+1
-1
@@ -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