| author | |
| committer | |
| log | 79757f233d9bfc646caa13d20243266a19bbdf91 |
| tree | 52bc4cb8caf67fadbf20e0b6653ad8a99461f656 |
| parent | 7f0642b5d3c67f93892430f502f4eadbe54f1989 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/zig/system/NativePaths.zig+2| ... | ... | @@ -109,6 +109,8 @@ pub fn detect(allocator: Allocator, native_info: NativeTargetInfo) !NativePaths |
| 109 | 109 | |
| 110 | 110 | if (native_target.os.tag != .windows) { |
| 111 | 111 | const triple = try native_target.linuxTriple(allocator); |
| 112 | defer allocator.free(triple); | |
| 113 | ||
| 112 | 114 | const qual = native_target.cpu.arch.ptrBitWidth(); |
| 113 | 115 | |
| 114 | 116 | // TODO: $ ld --verbose | grep SEARCH_DIR |