Skip to content

Commit

Permalink
Set target folder location in extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Aug 22, 2024
1 parent 79419d9 commit fa4c0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ fn main() {
"--release",
"--manifest-path",
&format!("{}/Cargo.toml", extractor_path),
"--target-dir",
"./extractor/target",
])
.status()
.expect("Failed to build extractor");
Expand Down

0 comments on commit fa4c0ec

Please sign in to comment.