mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
dtoolbase: add missing DTOOL_PLATFORM for linux_aarch64
This commit is contained in:
parent
27dbad6fd9
commit
b1fc88027a
@ -63,6 +63,9 @@
|
||||
#define DTOOL_PLATFORM "android_i386"
|
||||
#endif
|
||||
|
||||
#elif defined(__aarch64__)
|
||||
#define DTOOL_PLATFORM "linux_aarch64"
|
||||
|
||||
#elif defined(__x86_64)
|
||||
#define DTOOL_PLATFORM "linux_amd64"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user