mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	meson: fix symbolic link creating on FreeBSD
This commit is contained in:
		
							parent
							
								
									35c27d0c10
								
							
						
					
					
						commit
						f021866adb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -68,7 +68,7 @@ custom_target('pipewire-uninstalled',
 | 
				
			||||||
  install: false,
 | 
					  install: false,
 | 
				
			||||||
  input: pipewire_exec,
 | 
					  input: pipewire_exec,
 | 
				
			||||||
  output: 'pipewire-uninstalled',
 | 
					  output: 'pipewire-uninstalled',
 | 
				
			||||||
  command: [ln, '-fsr', '@INPUT@', '@OUTPUT@'],
 | 
					  command: [ln, '-fs', meson.build_root() + '/@INPUT@', '@OUTPUT@'],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#desktop_file = i18n.merge_file(
 | 
					#desktop_file = i18n.merge_file(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue