Skip to content

Commit

Permalink
Fixed scalap jar path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Jan 8, 2025
1 parent 849d2ab commit 3cdb8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ import DependencyManager._
var r = HashSMap.empty[String, Lib]
r = r + "org.scala-lang.scalap" ~> Lib(
"org.scala-lang.scalap", "org.scala-lang", "scalap", scalaVersion,
(sireumHome / "bin" / "scala" / "lib" / s"scalap-$scalaVersion").value, None(), None()
(sireumHome / "bin" / "scala" / "lib" / s"scalap-$scalaVersion.jar").value, None(), None()
)
for (cif <- fetchClassifiers(ivyDeps.values, buildClassifiers(withSource, withDoc))) {
val name = libName(cif)
Expand Down

0 comments on commit 3cdb8c5

Please sign in to comment.