fixup from rebase

This commit is contained in:
kcbanner 2022-12-08 19:42:00 -05:00
parent cd430b5b08
commit 2c73bb9a05

View File

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