Allow aarch64 to be dynamically linked

This commit is contained in:
Wildan M 2025-12-10 15:27:43 +07:00
parent 76315e14f1
commit a65ae558a8
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -12,6 +12,8 @@ function DYNAMIC_INIT {
case "${TARGET}" in
"x86_64-unknown-redox")
;;
"aarch64-unknown-redox")
;;
"x86_64-unknown-linux-gnu")
;;
"aarch64-unknown-linux-gnu")