mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 11:44:47 +01:00
5 lines
312 B
XML
5 lines
312 B
XML
<configuration>
|
|
<dllmap dll="sqlite3" target="./sqlite3/linux/lib/libsqlite3.so.0.8.6" os="linux" wordsize="32"/>
|
|
<dllmap dll="sqlite3" target="./sqlite3/linux/lib64/libsqlite3.so.0.8.6" os="linux" wordsize="64"/>
|
|
<dllmap dll="sqlite3" target="./sqlite3/mac/libsqlite3.0.dylib" os="osx"/>
|
|
</configuration>
|