Fix ARM/intel detection in version_string.h

This commit is contained in:
maron2000 2024-01-21 12:11:48 +09:00 committed by GitHub
parent 6203a82fd5
commit 34cd1eaa87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@
#define OS_PLATFORM "Linux"
#define OS_PLATFORM_LONG "Linux"
#elif defined(MACOSX)
#ifdef __arm__
#ifdef __arm64__
#define OS_PLATFORM "ARM mac"
#define OS_PLATFORM_LONG "macOS ARM"
#else