authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-11-28 22:04:42+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2022-11-28 22:04:42+01:00
log7bcc1282e231829d6335a185fec2e7592bf10a04
tree4d0ecdabea1283bb8ded12550638fa929a8c8899
parentea84eda904ea4087facfe991614087efeb43047f
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Update build.zig


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

build.zig+1-1
......@@ -88,7 +88,7 @@ pub fn build(b: *Builder) !void {
8888 "Whether LLVM has the experimental target arc enabled",
8989 ) orelse false;
9090 const enable_macos_sdk = b.option(bool, "enable-macos-sdk", "Run tests requiring presence of macOS SDK and frameworks") orelse false;
91 const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Enable using symlinks on Windows. If this is not set, hardlinks are used.") orelse false;
91 const enable_symlinks_windows = b.option(bool, "enable-symlinks-windows", "Run tests requiring presence of symlinks on Windows") orelse false;
9292 const config_h_path_option = b.option([]const u8, "config_h", "Path to the generated config.h");
9393
9494 if (!skip_install_lib_files) {