mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 10:37:11 +00:00
Add riscv64 support
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include <x86_binaries.h>
|
||||
#elif defined(__x86_64__)
|
||||
#include <x86_64_binaries.h>
|
||||
#elif defined(__riscv)
|
||||
#include <riscv64_binaries.h>
|
||||
#else
|
||||
#error Unsupported ABI
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user