Skip to content

Commit 6095fb1

Browse files
committed
Fixed Z3 installation.
1 parent 9e30d1e commit 6095fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/jvm/src/main/scala/org/sireum/Init.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ import Init._
488488
p.moveTo(dir)
489489
}
490490

491-
if (kind != Os.Kind.Mac) {
492-
(dir / "bin" / "z3.com").moveOverTo(dir / "bin" / (if (kind == Os.Kind.Win) "z3.exe" else "z3"))
493-
}
491+
//if (kind != Os.Kind.Mac) {
492+
// (dir / "bin" / "z3.com").moveOverTo(dir / "bin" / (if (kind == Os.Kind.Win) "z3.exe" else "z3"))
493+
//}
494494

495495
if (kind != Os.Kind.Win) {
496496
(dir / "bin" / "z3").chmod("+x")

0 commit comments

Comments
 (0)