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
|
||||
#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