mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: add native to add_languages
Fixes warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b0adc7a482
commit
6791debca4
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ endif
|
|||
# Code coverage
|
||||
|
||||
if get_option('gcov')
|
||||
add_languages('cpp')
|
||||
add_languages('cpp', native: false)
|
||||
add_project_arguments('--coverage', language: ['c', 'cpp'])
|
||||
add_project_link_arguments('--coverage', language: ['c', 'cpp'])
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue