stage2: fix bad include path for glibc abi-note.S

master
Andrew Kelley 2020-09-13 22:38:50 -07:00
parent 2627778b25
commit 97ea5da18d
1 changed files with 1 additions and 1 deletions

View File

@ -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{