Don't check in binaries in examples

This commit is contained in:
Richard Feldman 2021-03-14 14:19:36 -04:00
parent 7d78de110b
commit 58cf08349e
7 changed files with 7 additions and 1 deletions

View file

@ -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()