Skip to content

Commit 4cc0fe5

Browse files
committed
Restore the original Window comment
The Windows situation is more complicated than I realised
1 parent a713c67 commit 4cc0fe5

File tree

1 file changed

+6
-2
lines changed
  • src/test/run-make/linker-output-non-utf8

1 file changed

+6
-2
lines changed

src/test/run-make/linker-output-non-utf8/Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44

55
# Ignore Windows and Apple
66

7-
# This does not work in its current form on Windows or Apple APFS due
8-
# to their filesystems requiring paths to be valid Unicode.
7+
# This does not work in its current form on windows, possibly due to
8+
# gcc bugs or something about valid Windows paths. See issue #29151
9+
# for more information.
910
ifndef IS_WINDOWS
11+
12+
# This also does not work on Apple APFS due to the filesystem requiring
13+
# valid UTF-u paths.
1014
ifneq ($(shell uname),Darwin)
1115

1216
# The zzz it to allow humans to tab complete or glob this thing.

0 commit comments

Comments
 (0)