| ... | ... | @@ -99,7 +99,6 @@ pub fn build(b: *Builder) !void { |
| 99 | 99 | const enable_macos_sdk = b.option(bool, "enable-macos-sdk", "Run tests requiring presence of macOS SDK and frameworks") orelse false; |
| 100 | 100 | const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Run tests requiring presence of symlinks on Windows") orelse false; |
| 101 | 101 | const config_h_path_option = b.option([]const u8, "config_h", "Path to the generated config.h"); |
| 102 | | const disable_libcpp = b.option(bool, "disable-libcpp", "Skip building/linking libcpp") orelse false; |
| 103 | 102 | |
| 104 | 103 | if (!skip_install_lib_files) { |
| 105 | 104 | b.installDirectory(InstallDirectoryOptions{ |