mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
build-sys: meson: Fix minor typo in orc build
This commit is contained in:
parent
0d7e351fba
commit
f52baffeb5
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ orc_sources = []
|
|||
orc_headers = []
|
||||
if have_orcc
|
||||
orcsrc = 'svolume'
|
||||
orc_h = custom_target(orcsrc + '-ocr-gen.h',
|
||||
orc_h = custom_target(orcsrc + '-orc-gen.h',
|
||||
input : orcsrc + '.orc',
|
||||
output : orcsrc + '-orc-gen.h',
|
||||
command : orcc_args + ['--header', '-o', '@OUTPUT@', '@INPUT@']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue