mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-17 00:28:04 +00: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>
|