diff options
| author | abeloin <alexandre.beloin@gmail.com> | 2014-01-08 06:37:00 -0500 |
|---|---|---|
| committer | abeloin <alexandre.beloin@gmail.com> | 2014-01-08 06:37:00 -0500 |
| commit | 21bcf0c733fa24f7820eefd3cfd19da9b496ceac (patch) | |
| tree | 9bc10eb3829c52b499f1cf12f4d79aeeb0789105 /MediaBrowser.Server.Mono/System.Data.SQLite.dll.config | |
| parent | 65dcf32da41c9e845c57dda910f934e58d34276a (diff) | |
Added local version of libsqlite3.so.0. Removed unused dll file.
Diffstat (limited to 'MediaBrowser.Server.Mono/System.Data.SQLite.dll.config')
| -rw-r--r-- | MediaBrowser.Server.Mono/System.Data.SQLite.dll.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config new file mode 100644 index 000000000..df4189b56 --- /dev/null +++ b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config @@ -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> |
