| author | |
| committer | |
| log | e517d5a51ec37e6f89fdb142c7d9674abb12cc72 |
| tree | c9991e421f03e7ad8b96f3005bde6a295d674b88 |
| parent | 4debd4338ce2c27a0dd6127ce5736ca56538214c |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/zig/system/NativePaths.zig+1| ... | ... | @@ -59,6 +59,7 @@ pub fn detect(arena: Allocator, native_target: std.Target) !NativePaths { |
| 59 | 59 | } else if (word.len > 2 and word[0] == '-' and word[1] == 'L') { |
| 60 | 60 | const lib_path = word[2..]; |
| 61 | 61 | try self.addLibDir(lib_path); |
| 62 | try self.addRPath(lib_path); | |
| 62 | 63 | } else { |
| 63 | 64 | try self.addWarningFmt("Unrecognized C flag from NIX_LDFLAGS: {s}", .{word}); |
| 64 | 65 | break; |