mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 05:48:31 +00:00
fixup from rebase
This commit is contained in:
parent
cd430b5b08
commit
2c73bb9a05
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user