File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 <Target Name =" CopyBuildLinux" AfterTargets =" AfterBuild" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'" >
1818 <ItemGroup >
19- <ANTLR Include =" ../ffmpeg/linux64/ *.so*" />
19+ <ANTLR Include =" $(MSBuildThisFileDirectory)..\..\builds\linux-x64\ *.so*" />
2020 </ItemGroup >
2121 <Copy SourceFiles =" @(ANTLR)" DestinationFolder =" $(OutDir)" SkipUnchangedFiles =" true" />
2222 </Target >
2323
2424 <Target Name =" CopyPublisLinux" AfterTargets =" Publish" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'" >
2525 <ItemGroup >
26- <ANTLR Include =" ../ffmpeg/linux64/ *.so*" />
26+ <ANTLR Include =" $(MSBuildThisFileDirectory)..\..\builds\linux-x64\ *.so*" />
2727 </ItemGroup >
2828 <Copy SourceFiles =" @(ANTLR)" DestinationFolder =" $(PublishDir)" SkipUnchangedFiles =" true" />
2929 </Target >
You can’t perform that action at this time.
0 commit comments