Skip to content

Commit 8efebd7

Browse files
committed
build: merge arm and aarch64
1 parent 1f610ae commit 8efebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ when (os) {
152152
javafxNatives += "-x86"
153153
}
154154

155-
Architectures.ARM -> {
155+
Architectures.AARCH64, Architectures.ARM -> {
156156
lwjglNatives += "-arm64"
157157
zstdNatives += "_aarch64"
158158
// TODO: javafx for Windows on arm is not yet supported

0 commit comments

Comments
 (0)