Skip to content

Commit

Permalink
udqp queue natives for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jul 21, 2023
1 parent 0974112 commit 476de6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fun VersionCatalogBuilder.voice() {
platforms.add("linux-musl-x86-64")

library("udpqueue-native-linux-musl-x86-64", "club.minnced", "udpqueue-native-linux-musl-x86-64").version("0.2.7-rc.1")
library("udpqueue-native-linux-musl-aarch64", "club.minnced", "udpqueue-native-linux-musl-aarch64").version("0.2.7-rc.2")

bundle("udpqueue-natives", platforms.map { "udpqueue-native-$it" })
}
Expand Down

0 comments on commit 476de6c

Please sign in to comment.