authorgravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2022-12-08 19:42:00-05:00
committergravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-04 21:45:06-05:00
log2c73bb9a057173ef1b6b599a8769a536a6070a36
tree29a40b7837073db71ffb0ec5d45e1a9bec0f3bcd
parentcd430b5b081f45ad481a18d15741a96e0ad94167

fixup from rebase


1 files changed, 0 insertions(+), 1 deletions(-)

build.zig-1
...@@ -99,7 +99,6 @@ pub fn build(b: *Builder) !void {...@@ -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;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;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");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;
103102
104 if (!skip_install_lib_files) {103 if (!skip_install_lib_files) {
105 b.installDirectory(InstallDirectoryOptions{104 b.installDirectory(InstallDirectoryOptions{