Skip to content

Commit

Permalink
capstone-sys: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Sep 8, 2022
1 parent 00c740f commit 03781ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capstone-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn build_capstone_cc() {
// No need to display any warnings from the C library
.flag_if_supported("-w")
.static_crt(use_static_crt);

if !cfg!(feature = "full") {
builder.define("CAPSTONE_DIET", "yes");
}
Expand Down

0 comments on commit 03781ed

Please sign in to comment.