mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Don't check in binaries in examples
This commit is contained in:
parent
7d78de110b
commit
58cf08349e
7 changed files with 7 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub fn rebuild_host(host_input_path: &Path) {
|
|||
&zig_str_path
|
||||
);
|
||||
|
||||
let zig_env = "/usr/local/Cellar/zig/HEAD-6ab5beb/lib/zig/std/special/compiler_rt.zig";
|
||||
let zig_env = "/usr/local/Cellar/zig/0.7.1/lib/zig/std/special/compiler_rt.zig";
|
||||
|
||||
let output = Command::new("zig")
|
||||
.env_clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue