Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Update Arch Detection
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Apr 4, 2021
1 parent f1c8730 commit e00a41b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ object MiraiNative : KotlinPlugin(
"x64" -> "amd64"
"amd64" -> "amd64"
"arm" -> "arm"
"armv7l" -> "arm"
"arm64" -> "aarch64"
"armv8l" -> "aarch64"
"aarch64" -> "aarch64"
else -> arch
}
Expand Down

0 comments on commit e00a41b

Please sign in to comment.