mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
Fix ARM/intel detection in version_string.h
This commit is contained in:
parent
6203a82fd5
commit
34cd1eaa87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user