Skip to content

Commit b0559d0

Browse files
committed
turn off static crt for deps
1 parent 99a3820 commit b0559d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fn build_and_link_sbml_deps() -> miette::Result<String> {
154154
// We hard-code to EXPAT and ZLIB for now, but in the future this should
155155
// be made more flexible.
156156
let dst = cmake::Config::new(LIBSBML_DEPENDENCY_DIR)
157-
.static_crt(true)
157+
.static_crt(false)
158158
.profile("Release")
159159
.define("WITH_STATIC_RUNTIME", "OFF")
160160
.define("EXPAT_MSVC_STATIC_CRT", "OFF")

0 commit comments

Comments
 (0)