diff options
| author | SamTebbs33 <samuel.tebbs@gmail.com> | 2019-10-01 09:43:50 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-01 07:29:24 -0400 |
| commit | bed4bfa69ad57595e4595caa96653d9241a8dc2e (patch) | |
| tree | 0312330a5e45992c3f8e46ddd5778495797630f1 /lib/std/hash/benchmark.zig | |
| parent | 5026db1d311e94c59e96aa4a11b33aee7b6a9925 (diff) | |
| download | zig-bed4bfa69ad57595e4595caa96653d9241a8dc2e.tar.gz zig-bed4bfa69ad57595e4595caa96653d9241a8dc2e.zip | |
Replace code occurences of --override-std-dir with --override-lib-dir
Diffstat (limited to 'lib/std/hash/benchmark.zig')
| -rw-r--r-- | lib/std/hash/benchmark.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/hash/benchmark.zig b/lib/std/hash/benchmark.zig index d110684a8e..f15b81d7c6 100644 --- a/lib/std/hash/benchmark.zig +++ b/lib/std/hash/benchmark.zig @@ -1,4 +1,4 @@ -// zig run benchmark.zig --release-fast --override-std-dir .. +// zig run benchmark.zig --release-fast --override-lib-dir .. const builtin = @import("builtin"); const std = @import("std"); |
