mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
Added local version of libsqlite3.so.0. Removed unused dll file.
This commit is contained in:
4
MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
Normal file
4
MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
Normal file
@@ -0,0 +1,4 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user