Skip to content

Commit 2c73bb9

Browse files
committed
fixup from rebase
1 parent cd430b5 commit 2c73bb9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ pub fn build(b: *Builder) !void {
9999
const enable_macos_sdk = b.option(bool, "enable-macos-sdk", "Run tests requiring presence of macOS SDK and frameworks") orelse false;
100100
const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Run tests requiring presence of symlinks on Windows") orelse false;
101101
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;
103102

104103
if (!skip_install_lib_files) {
105104
b.installDirectory(InstallDirectoryOptions{

0 commit comments

Comments
 (0)