Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
junixsocket.common.classifier.linux.s390x should be ...loongarch64,
obviously.

#161
  • Loading branch information
kohlschuetter committed Sep 6, 2024
1 parent 60a1c01 commit 177aa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junixsocket-native-cross/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@
<junixsocket.build.directory>${project.build.directory}/junixsocket-native-loongarch64-Linux-clang-llvm</junixsocket.build.directory>
<junixsocket.native.llvm.target>loongarch64-openEuler-linux</junixsocket.native.llvm.target>
<junixsocket.native.jnilib.extension>so</junixsocket.native.jnilib.extension>
<junixsocket.common.classifier.linux.s390x>loongarch64-Linux-clang-llvm-jni</junixsocket.common.classifier.linux.s390x>
<junixsocket.common.classifier.linux.loongarch64>loongarch64-Linux-clang-llvm-jni</junixsocket.common.classifier.linux.loongarch64>
<ignorant>${ignorant}</ignorant>
<gpgkeyname>${gpgkeyname}</gpgkeyname>
<gpg.executable>${gpg.executable}</gpg.executable>
Expand Down

0 comments on commit 177aa38

Please sign in to comment.