Skip to content

Commit

Permalink
Merge pull request #4771 from maron2000/master
Browse files Browse the repository at this point in the history
Fix ARM/intel detection for version info on macOS builds
  • Loading branch information
joncampbell123 authored Jan 21, 2024
2 parents 6203a82 + 34cd1ea commit 1d20c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/version_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d20c0d

Please sign in to comment.