build-sys: meson: Fix minor typo in orc build

This commit is contained in:
Arun Raghavan 2019-08-05 14:09:44 +05:30
parent 0d7e351fba
commit f52baffeb5

View file

@ -149,7 +149,7 @@ orc_sources = []
orc_headers = [] orc_headers = []
if have_orcc if have_orcc
orcsrc = 'svolume' orcsrc = 'svolume'
orc_h = custom_target(orcsrc + '-ocr-gen.h', orc_h = custom_target(orcsrc + '-orc-gen.h',
input : orcsrc + '.orc', input : orcsrc + '.orc',
output : orcsrc + '-orc-gen.h', output : orcsrc + '-orc-gen.h',
command : orcc_args + ['--header', '-o', '@OUTPUT@', '@INPUT@'] command : orcc_args + ['--header', '-o', '@OUTPUT@', '@INPUT@']