mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Revert "remove old zig workaround for mac"
This reverts commit d5dfdfb36e
.
This commit is contained in:
parent
9778d41b18
commit
7b39066593
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ fn generate_bc_file(bitcode_path: &Path, zig_object: &str, file_name: &str) {
|
|||
let dest_bc_64bit = bc_path.to_str().expect("Invalid dest bc path");
|
||||
println!("Compiling 64-bit bitcode to: {dest_bc_64bit}");
|
||||
|
||||
// workaround for github.com/ziglang/zig/issues/9711
|
||||
#[cfg(target_os = "macos")]
|
||||
let _ = fs::remove_dir_all("./.zig-cache");
|
||||
|
||||
let mut zig_cmd = zig();
|
||||
|
||||
zig_cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue