From 92031e45b74bac08c9aa48e11236a067f058476e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 4 Dec 2018 18:45:35 +0100 Subject: [PATCH] Unbreak lld support. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 296615e..2efead5 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ code = '''#include int main() { printf("Hello, world!\n"); return 0; } ''' if cxx.links(code, args: '-fuse-ld=lld', name: 'check for LLD') - add_project_link_arguments('-fuse-ld=lld') + add_project_link_arguments('-fuse-ld=lld', language: 'cpp') endif # Add the right MOVIT_SHADER_DIR definition. -- 2.39.2