mirror of
https://github.com/ziglang/zig.git
synced 2025-12-22 22:23:10 +00:00
stage2: fix bad include path for glibc abi-note.S
This commit is contained in:
parent
2627778b25
commit
97ea5da18d
@ -323,7 +323,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void {
|
||||
var args = std.ArrayList([]const u8).init(arena);
|
||||
try args.appendSlice(&[_][]const u8{
|
||||
"-I",
|
||||
try lib_path(comp, arena, lib_libc_glibc ++ "glibc" ++ path.sep_str ++ "csu"),
|
||||
try lib_path(comp, arena, lib_libc_glibc ++ "csu"),
|
||||
});
|
||||
try add_include_dirs(comp, arena, &args);
|
||||
try args.appendSlice(&[_][]const u8{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user