mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix a regression in a macOS workaround
This commit is contained in:
parent
f1021ffd45
commit
96d3ab99e5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ fn generate_bc_file(bitcode_path: &Path, zig_object: &str, file_name: &str) {
|
|||
|
||||
// workaround for github.com/ziglang/zig/issues/9711
|
||||
#[cfg(target_os = "macos")]
|
||||
let _ = fs::remove_dir_all(bitcode_path.join("zig-cache"));
|
||||
let _ = fs::remove_dir_all("./bitcode/zig-cache");
|
||||
|
||||
let mut zig_cmd = zig();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue