Skip to content

Commit 32be4c2

Browse files
committed
[BUILD] Fix.
1 parent b49ef14 commit 32be4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ lazy val all = (project in file("."))
106106
(nativeCrossCompile in JniCross in jni).value
107107
.map(p => p._1 -> getPackagedArtifacts(p._1, p._2))
108108
.filter(_._2.isDefined).map {
109-
case (platform, file) => Artifact((nativeArtifactName in JniCross in jni).value, platform.tag) -> file.get
109+
case (platform, file) => Artifact((nativeArtifactName in JniCross in jni).value, platform.name) -> file.get
110110
}
111111
})
112112

0 commit comments

Comments
 (0)