build-sys: meson: Fix minor typo in orc build
authorArun Raghavan <arun@arunraghavan.net>
Mon, 5 Aug 2019 08:39:44 +0000 (14:09 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Mon, 5 Aug 2019 08:39:44 +0000 (14:09 +0530)
src/pulsecore/meson.build

index 47874c3..d8e1975 100644 (file)
@@ -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@']