| author | |
| committer | |
| log | 78bc62fd3415dc1db72c916075c9956fdec407aa |
| tree | fb37148c76373b71c3b1958703a7087cb5aa769c |
| parent | e7ab2bc5534a53c57c900618ec2411542dc50f69 |
This reverts commit eaac218d591cad67ecc73eed352a6f051548f0ad.
This is fixed now in llvm6 rc31 files changed, 0 insertions(+), 4 deletions(-)
build.zig-4| ... | ... | @@ -168,10 +168,6 @@ fn findLLVM(b: &Builder, llvm_config_exe: []const u8) !LibraryDep { |
| 168 | 168 | } |
| 169 | 169 | } |
| 170 | 170 | } |
| 171 | // workaround for advapi32.lib missing from output | |
| 172 | if (builtin.os == builtin.Os.windows) { | |
| 173 | try result.system_libs.append("advapi32.lib"); | |
| 174 | } | |
| 175 | 171 | } |
| 176 | 172 | { |
| 177 | 173 | var it = mem.split(includes_output, " \r\n"); |