From 0e718b069960d3d3003a3afeadfad59c24fb5f23 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 22 Jul 2019 14:22:42 -0700 Subject: tests/186: Make work with apple ld's -fatal_warnings the fact that foo and bar are not directories makes Apple's ld upset, and with fatal warnings it dies on this test. Using real directories makes it happy. --- test cases/common/185 has link arg/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test cases/common/185 has link arg/meson.build b/test cases/common/185 has link arg/meson.build index 10f221857..d6afc741a 100644 --- a/test cases/common/185 has link arg/meson.build +++ b/test cases/common/185 has link arg/meson.build @@ -8,8 +8,8 @@ if cc.get_argument_syntax() == 'msvc' useless = '/DEBUG' isnt_arg = '/iambroken' else - is_arg = '-Wl,-Lfoo' - useless = '-Wl,-Lbar' + is_arg = '-Wl,-L/tmp' + useless = '-Wl,-L/usr' isnt_arg = '-Wl,-iambroken' endif -- cgit v1.2.3