mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 02:27:11 -04:00 
			
		
		
		
	Removing transcoder's copy step when transcoder build is skiped
This commit is contained in:
		
							parent
							
								
									757f7ad64d
								
							
						
					
					
						commit
						52f360368d
					
				| @ -106,12 +106,12 @@ | ||||
| 	</Target> | ||||
| 	 | ||||
| 	<ItemGroup> | ||||
| 		<None Include="transcoder.dll" Condition="$(OS) == 'Windows_NT'"> | ||||
| 		<None Include="transcoder.dll" Condition="$(OS) == 'Windows_NT' and '$(SkipTranscoder)' != 'true'"> | ||||
| 			<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||||
| 		</None> | ||||
| 	</ItemGroup> | ||||
| 	<ItemGroup> | ||||
| 		<None Include="libtranscoder.so" Condition="$(OS) == 'Unix'"> | ||||
| 		<None Include="libtranscoder.so" Condition="$(OS) == 'Unix' and '$(SkipTranscoder)' != 'true'"> | ||||
| 			<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||||
| 		</None> | ||||
| 	</ItemGroup> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user