mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
Fix arm64 builds
This commit is contained in:
parent
798a03131e
commit
f5b7a6ddbb
1 changed files with 4 additions and 0 deletions
4
third_party/host_memory/host_memory.cpp
vendored
4
third_party/host_memory/host_memory.cpp
vendored
|
@ -14,6 +14,10 @@
|
||||||
#define ASSERT
|
#define ASSERT
|
||||||
#define UNIMPLEMENTED_MSG
|
#define UNIMPLEMENTED_MSG
|
||||||
|
|
||||||
|
#if defined(_M_ARM64) || defined(__aarch64__)
|
||||||
|
#define ARCHITECTURE_arm64
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined(__linux__) || defined(__FreeBSD__) // ^^^ Windows ^^^ vvv Linux vvv
|
#elif defined(__linux__) || defined(__FreeBSD__) // ^^^ Windows ^^^ vvv Linux vvv
|
||||||
|
|
||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue