From: Steinar H. Gunderson Date: Tue, 4 Dec 2018 17:45:35 +0000 (+0100) Subject: Unbreak lld support. X-Git-Tag: 1.8.0~57 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=92031e45b74bac08c9aa48e11236a067f058476e Unbreak lld support. --- 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.