| author | |
| committer | |
| log | 8c87a981f185ca46d0da48cb46f57680e562631a |
| tree | aa4e195e645b06138c23333681665c22aad354e3 |
| parent | b750e074c621b8679e14e53f9ecd2faa4432eff9 |
1 files changed, 3 insertions(+), 0 deletions(-)
src/wasi_libc.zig+3| ... | ... | @@ -242,6 +242,9 @@ fn addCCArgs( |
| 242 | 242 | "-mthread-model", |
| 243 | 243 | "single", |
| 244 | 244 | |
| 245 | "-isysroot", | |
| 246 | "/", | |
| 247 | ||
| 245 | 248 | "-iwithsysroot", |
| 246 | 249 | try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "include", triple }), |
| 247 | 250 | }); |