Skip to content

Commit fa244a3

Browse files
committed
allow MSVC
1 parent 17c100f commit fa244a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ fn build_and_link_sbml_deps() -> miette::Result<String> {
159159
.define("WITH_BZIP2", "False")
160160
.define("WITH_CHECK", "False")
161161
.define("BUILD_SHARED_LIBS", "False")
162+
.define("MSVC", "ON")
162163
.build();
163164

164165
// Configure cargo to link against the built libraries

0 commit comments

Comments
 (0)