diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-06-14 11:33:27 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-06-14 11:33:27 -0700 |
| commit | 193c529b8c9529c4303aeb3a8864dfee9b1d2485 (patch) | |
| tree | cefad76a85ae260c2b49ce8a613a778de562cb30 /lib/std/hash/benchmark.zig | |
| parent | 5a4249fa25ab789a8c060e5ba71ca8b0358e9c8d (diff) | |
| download | zig-193c529b8c9529c4303aeb3a8864dfee9b1d2485.tar.gz zig-193c529b8c9529c4303aeb3a8864dfee9b1d2485.zip | |
CLI: rename --override-lib-dir to --zig-lib-dir
This breaking change disambiguates between overriding the lib dir when
performing an installation with the Zig Build System, and overriding the
lib dir that the Zig installation itself uses.
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 4762068c0e..5a86afa056 100644 --- a/lib/std/hash/benchmark.zig +++ b/lib/std/hash/benchmark.zig @@ -3,7 +3,7 @@ // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. -// zig run benchmark.zig --release-fast --override-lib-dir .. +// zig run benchmark.zig --release-fast --zig-lib-dir .. const builtin = std.builtin; const std = @import("std"); |
