We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49ef14 commit 32be4c2Copy full SHA for 32be4c2
build.sbt
@@ -106,7 +106,7 @@ lazy val all = (project in file("."))
106
(nativeCrossCompile in JniCross in jni).value
107
.map(p => p._1 -> getPackagedArtifacts(p._1, p._2))
108
.filter(_._2.isDefined).map {
109
- case (platform, file) => Artifact((nativeArtifactName in JniCross in jni).value, platform.tag) -> file.get
+ case (platform, file) => Artifact((nativeArtifactName in JniCross in jni).value, platform.name) -> file.get
110
}
111
})
112
0 commit comments