Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jul 18, 2024
1 parent c621521 commit 01807df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ fn main() {
config
.define("BUILD_SHARED_LIBS", "OFF")
.define("LIEF_USE_CRT_RELEASE", "MTd")
.define("CMAKE_BUILD_TYPE", "Release")
.static_crt(true);
.static_crt(true)
.build();
let dst = config.build();

println!(
Expand Down

0 comments on commit 01807df

Please sign in to comment.