mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1905 - Part 3f - Collection of fixes connecting ARM support to the Mac build. Also update ARM XPT code to add Mac/Apple support.
This commit is contained in:
parent
e73d4de0b4
commit
e55ae571da
8 changed files with 135 additions and 58 deletions
|
|
@ -11,6 +11,8 @@
|
|||
#include "xptcstubs_ppc_rhapsody.cpp"
|
||||
#elif defined(__arm__)
|
||||
#include "xptcstubs_arm.cpp"
|
||||
#elif defined(__aarch64__)
|
||||
#include "xptcstubs_aarch64.cpp"
|
||||
#else
|
||||
#error unknown cpu architecture
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue