Skip to content

Commit

Permalink
fix binarize
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 31, 2024
1 parent 6dc7064 commit eef86bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ impl Context {
remove_dir_all(&build_folder)?;
}
create_dir_all(&build_folder)?;
if cfg!(target_os = "windows") {
builder = builder.physical(&tmp.join("output"), LayerType::Build);
}
builder = builder.physical(&tmp.join("hemtt_binarize_output"), LayerType::Build);
let include = root.join("include");
if include.is_dir() {
builder = builder.physical(&include, LayerType::Include);
Expand Down

0 comments on commit eef86bc

Please sign in to comment.