File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ add_subdirectory(time)
393393
394394# Requires access to uchar header which is not on macos
395395# Therefore, cannot currently build this on macos in overlay mode
396- if (NOT (LIBC_TARGET_OS_IS_DARWIN))
396+ if (NOT (LIBC_TARGET_OS_IS_DARWIN OR LIBC_TARGET_OS_IS_WINDOWS ))
397397 add_subdirectory (wchar)
398398endif ()
399399
Original file line number Diff line number Diff line change @@ -277,6 +277,6 @@ add_subdirectory(time)
277277add_subdirectory (threads)
278278# Requires access to uchar header which is not on MacOS
279279# Cannot currently build this on MacOS in overlay mode
280- if (NOT (LIBC_TARGET_OS_IS_DARWIN))
280+ if (NOT (LIBC_TARGET_OS_IS_DARWIN OR LIBC_TARGET_OS_IS_WINDOWS ))
281281 add_subdirectory (wchar)
282282endif ()
You can’t perform that action at this time.
0 commit comments