Skip to content

Commit 7bcc128

Browse files
authored
Update build.zig
1 parent ea84eda commit 7bcc128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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) {

0 commit comments

Comments
 (0)