mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 03:11:51 +00:00
Added DLL map for media info on solaris
This commit is contained in:
parent
87f591dfbd
commit
58fa56968c
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@
|
|||
<dllmap os="osx" dll="MediaInfo.dll" target="libmediainfo.dylib"/>
|
||||
<dllmap os="linux" dll="MediaInfo.dll" target="libmediainfo.so.0" />
|
||||
<dllmap os="freebsd" dll="MediaInfo.dll" target="libmediainfo.so.0" />
|
||||
<dllmap os="solaris" dll="MediaInfo.dll" target="libmediainfo.so.0.0.0" />
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue