| author | |
| committer | |
| log | c9fa57541bdf7c41b1bb914a9ce10a09013392a4 |
| tree | dc6fbe33efaeb4d56d08f4b7594684a18cb4395a |
| parent | 5c8f7f81cdd10d4cc4c30e46cf37006a2f74f829 |
1 files changed, 0 insertions(+), 2 deletions(-)
src/libc_installation.zig-2| ... | ... | @@ -14,8 +14,6 @@ const log = std.log.scoped(.libc_installation); |
| 14 | 14 | |
| 15 | 15 | usingnamespace @import("windows_sdk.zig"); |
| 16 | 16 | |
| 17 | // TODO https://github.com/ziglang/zig/issues/6345 | |
| 18 | ||
| 19 | 17 | /// See the render function implementation for documentation of the fields. |
| 20 | 18 | pub const LibCInstallation = struct { |
| 21 | 19 | include_dir: ?[]const u8 = null, |