mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -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 = []
 | 
					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@']
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue