diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-08-02 16:25:45 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-08-03 09:52:15 -0700 |
| commit | e582a3642bb001a7a19ecb72b128f45ab7fc08aa (patch) | |
| tree | 81b880b895b220fd14e21756e59956ff8d9b6ffd /src/main.zig | |
| parent | da91ef5c28bd11823bd84b6f54df9ca601f03e21 (diff) | |
| download | zig-e582a3642bb001a7a19ecb72b128f45ab7fc08aa.tar.gz zig-e582a3642bb001a7a19ecb72b128f45ab7fc08aa.zip | |
std.zig.system.darwin: fix redundant names
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.zig b/src/main.zig index 3f06469a75..3c7d2c85be 100644 --- a/src/main.zig +++ b/src/main.zig @@ -2857,9 +2857,6 @@ fn buildOutputType( std.log.err("unable to find {s} system library '{s}' using strategy '{s}'. searched paths:{s}", .{ @tagName(f.preferred_mode), f.name, @tagName(f.strategy), searched_paths, }); - if (f.preferred_mode == .Dynamic and f.strategy == .no_fallback) { - std.log.info("to link statically, pass the library as a positional argument", .{}); - } } process.exit(1); } |
