We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd430b5 commit 2c73bb9Copy full SHA for 2c73bb9
1 file changed
build.zig
@@ -99,7 +99,6 @@ pub fn build(b: *Builder) !void {
99
const enable_macos_sdk = b.option(bool, "enable-macos-sdk", "Run tests requiring presence of macOS SDK and frameworks") orelse false;
100
const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Run tests requiring presence of symlinks on Windows") orelse false;
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
104
if (!skip_install_lib_files) {
105
b.installDirectory(InstallDirectoryOptions{
0 commit comments