cc,wasi: force isysroot to /

This commit is contained in:
Jakub Konka 2021-05-22 23:42:36 +02:00 committed by Andrew Kelley
parent b750e074c6
commit 8c87a981f1

View File

@ -242,6 +242,9 @@ fn addCCArgs(
"-mthread-model",
"single",
"-isysroot",
"/",
"-iwithsysroot",
try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "include", triple }),
});