mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 14:50:26 +01:00
meson: Fix invalid kwarg name
Introduced in !28576
Fixes: 44b080af ("meson: implement split-debug")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28924>
This commit is contained in:
parent
8248cc0bf4
commit
7352f948be
1 changed files with 1 additions and 1 deletions
|
|
@ -973,7 +973,7 @@ with_split_debug = get_option('split-debug') \
|
|||
error_message : 'split-debug requires the linker argument -Wl,--gdb-index')
|
||||
|
||||
if with_split_debug.allowed() and get_option('debug')
|
||||
add_project_arguments('-gsplit-dwarf', langauge : ['c', 'cpp'])
|
||||
add_project_arguments('-gsplit-dwarf', language : ['c', 'cpp'])
|
||||
add_project_link_arguments('-Wl,--gdb-index', language : ['c', 'cpp'])
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue