We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3820 commit b0559d0Copy full SHA for b0559d0
build.rs
@@ -154,7 +154,7 @@ fn build_and_link_sbml_deps() -> miette::Result<String> {
154
// We hard-code to EXPAT and ZLIB for now, but in the future this should
155
// be made more flexible.
156
let dst = cmake::Config::new(LIBSBML_DEPENDENCY_DIR)
157
- .static_crt(true)
+ .static_crt(false)
158
.profile("Release")
159
.define("WITH_STATIC_RUNTIME", "OFF")
160
.define("EXPAT_MSVC_STATIC_CRT", "OFF")
0 commit comments