mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: tests: meson.build: specify check argument for run_command()
The include tests are not critical, hence there is no need to halt the build if, for some reason, `find` fails. See https://github.com/mesonbuild/meson/issues/9300
This commit is contained in:
parent
02e76bad8e
commit
e34cbcb92c
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ if find.found()
|
|||
'-name', '*.h',
|
||||
'-not', '-name', 'type-info.h',
|
||||
'-type', 'f',
|
||||
'-printf', '%P\n')
|
||||
'-printf', '%P\n',
|
||||
check: false)
|
||||
foreach spa_header : spa_headers.stdout().split('\n')
|
||||
if spa_header.endswith('.h') # skip empty lines
|
||||
ext = have_cpp ? 'cpp' : 'c'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue