Skip to content

Commit 0adbe10

Browse files
committed
Remove static buildin in from-source for now
1 parent fa846c0 commit 0adbe10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

from_source.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ pub fn compile_scip(source_path: PathBuf) -> PathBuf {
5050

5151
dst
5252
.define("AUTOBUILD", "ON")
53-
.define("SHARED", "false")
5453
.define("IPOPT", "OFF")
5554
.build()
5655
}

0 commit comments

Comments
 (0)