Skip to content

Commit

Permalink
G3D: Fix MacOS/Apple Silicon compile
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Mar 25, 2024
1 parent 85d7fca commit c126a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/g3dlite/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void System::init() {
m_secondsPerNS = 1.0 / 1.0e9;

// System Architecture:
# ifdef (__aarch64__)
# if defined(__aarch64__)
m_cpuArch = "ARM64";
m_cpuVendor = "Apple";
# endif
Expand Down

0 comments on commit c126a37

Please sign in to comment.