| ... | ... | @@ -88,7 +88,7 @@ pub fn build(b: *Builder) !void { |
| 88 | 88 | "Whether LLVM has the experimental target arc enabled", |
| 89 | 89 | ) orelse false; |
| 90 | 90 | const enable_macos_sdk = b.option(bool, "enable-macos-sdk", "Run tests requiring presence of macOS SDK and frameworks") orelse false; |
| 91 | | const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Enable using symlinks on Windows. If this is not set, hardlinks are used.") orelse false; |
| 91 | const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Run tests requiring presence of symlinks on Windows") orelse false; |
| 92 | 92 | const config_h_path_option = b.option([]const u8, "config_h", "Path to the generated config.h"); |
| 93 | 93 | |
| 94 | 94 | if (!skip_install_lib_files) { |