mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy
This commit is contained in:
parent
0e24403664
commit
0f4df1f677
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ pub fn build_zig_host_wasm32(
|
||||||
.env_clear()
|
.env_clear()
|
||||||
.env("PATH", env_path)
|
.env("PATH", env_path)
|
||||||
.env("HOME", env_home)
|
.env("HOME", env_home)
|
||||||
.args(&[
|
.args([
|
||||||
"build-obj",
|
"build-obj",
|
||||||
zig_host_src,
|
zig_host_src,
|
||||||
emit_bin,
|
emit_bin,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue