Skip to content

Commit

Permalink
Restore the original Window comment
Browse files Browse the repository at this point in the history
The Windows situation is more complicated than I realised
  • Loading branch information
etaoins committed Jan 9, 2018
1 parent a713c67 commit 4cc0fe5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/test/run-make/linker-output-non-utf8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

# Ignore Windows and Apple

# This does not work in its current form on Windows or Apple APFS due
# to their filesystems requiring paths to be valid Unicode.
# This does not work in its current form on windows, possibly due to
# gcc bugs or something about valid Windows paths. See issue #29151
# for more information.
ifndef IS_WINDOWS

# This also does not work on Apple APFS due to the filesystem requiring
# valid UTF-u paths.
ifneq ($(shell uname),Darwin)

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

0 comments on commit 4cc0fe5

Please # to comment.