diff options
-rw-r--r-- | test cases/common/159 reserved targets/meson.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test cases/common/159 reserved targets/meson.build b/test cases/common/159 reserved targets/meson.build index 32ab952..5123600 100644 --- a/test cases/common/159 reserved targets/meson.build +++ b/test cases/common/159 reserved targets/meson.build @@ -15,7 +15,10 @@ subdir('coverage-xml') subdir('dist') subdir('distcheck') subdir('install') -subdir('phony') +# We end up creating duplicate lowercase target names for this on +# case-insensitive HFS+, so disable it +# https://travis-ci.org/mesonbuild/meson/jobs/264468097 +#subdir('phony') subdir('PHONY') subdir('reconfigure') subdir('scan-build') |