Skip to content

Commit

Permalink
build.rs: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Feb 16, 2024
1 parent 685f1e0 commit b4887c4
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 @@ -108,7 +108,7 @@ fn build_capstone_cc() {
for arch_dir in find_arch_dirs().into_iter() {
files.append(&mut find_c_source_files(&arch_dir));
}
// add sort for resloving build-unproducible
// keep build reproducible
files.sort();
let use_static_crt = {
let target_features = env::var("CARGO_CFG_TARGET_FEATURE").unwrap_or_default();
Expand Down

0 comments on commit b4887c4

Please sign in to comment.