mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 13:34:15 +00:00
more wasm fixes
This commit is contained in:
parent
3790ddf743
commit
2475feeb2f
3 changed files with 15 additions and 11 deletions
|
|
@ -70,10 +70,6 @@ fn generate_object_file(bitcode_path: &Path, zig_object: &str, object_file_name:
|
|||
|
||||
println!("Compiling zig object `{zig_object}` to: {src_obj}");
|
||||
|
||||
// workaround for github.com/ziglang/zig/issues/20501
|
||||
#[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