Skip to content

Commit

Permalink
wip: does that fix the CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 13, 2024
1 parent 6b6b5b3 commit a8a12d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/names/extract/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ fn get_json() -> String {
.stderr(Stdio::piped());

cmd.env("CARGO_TARGET_DIR", target_dir("hax"));
for env in ["DYLD_FALLBACK_LIBRARY_PATH", "LD_LIBRARY_PATH"] {
cmd.env_remove(env);
}
let out = cmd.output().unwrap();
let stdout = String::from_utf8(out.stdout).unwrap();
let stderr = String::from_utf8(out.stderr).unwrap();
Expand Down

0 comments on commit a8a12d8

Please sign in to comment.