mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-19 11:59:02 -07:00
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<configuration>
|
||
|
<dllmap dll="libSkiaSharp.dll" target="libSkiaSharp.dylib" os="osx" />
|
||
|
<dllmap dll="libSkiaSharp.dll" target="libSkiaSharp.so" os="!windows,osx" />
|
||
|
</configuration>
|