Skip to content

Commit e5d1d44

Browse files
OrangeTidejayschwa
andauthored
Update build.zig
Co-authored-by: Jay Petacat <[email protected]>
1 parent 1333b17 commit e5d1d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ fn configHeader(b: *std.Build, t: std.Target) *std.Build.Step.ConfigHeader {
10821082
.HAVE_MEMMOVE = 1,
10831083
.HAVE_MEMCMP = 1,
10841084
.HAVE_WCSLEN = 1,
1085-
.HAVE_WCSLCPY = !is_linux and !is_musl,
1086-
.HAVE_WCSLCAT = !is_linux and !is_musl,
1085+
.HAVE_WCSLCPY = !is_linux,
1086+
.HAVE_WCSLCAT = !is_linux,
10871087
.HAVE__WCSDUP = 0,
10881088
.HAVE_WCSDUP = 1,
10891089
.HAVE_WCSSTR = 1,

0 commit comments

Comments
 (0)