mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-12 07:00:18 -05:00
5 lines
185 B
XML
5 lines
185 B
XML
<configuration>
|
|
<dllmap dll="sqlite3" target="./lib/libsqlite3.so.0.8.6" os="!windows"/>
|
|
<dllmap dll="sqlite3" target="./lib64/libsqlite3.so.0.8.6" os="!windows"/>
|
|
</configuration>
|