diff options
| author | Sven Van den brande <sven.vandenbrande@outlook.com> | 2014-11-12 19:21:14 +0100 |
|---|---|---|
| committer | Sven Van den brande <sven.vandenbrande@outlook.com> | 2014-11-12 19:21:14 +0100 |
| commit | b3c0ab869409a743c736a4e9f0cb91260187c7c6 (patch) | |
| tree | 8b90ef0f259ffcb0f4c3b27bb9014e1d89a6ee9a /MediaBrowser.Server.Mono/System.Data.SQLite.dll.config | |
| parent | cbd2c2fc5435aead30513150fc9f50c86eebde49 (diff) | |
| parent | 4f5c7687042148507d5cedfcec81ab355f478f19 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
MediaBrowser.WebDashboard/dashboard-ui/livetvnewrecording.html
MediaBrowser.WebDashboard/dashboard-ui/livetvseriestimer.html
MediaBrowser.WebDashboard/dashboard-ui/livetvtimer.html
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, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config index 19b764482..83a6cd9f3 100644 --- a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config +++ b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config @@ -1,5 +1,3 @@ <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="libsqlite3.so.0.8.6" os="linux" cpu="!x86,x86-64"/> + <dllmap dll="sqlite3" target="libsqlite3.so" os="linux"/> </configuration>
\ No newline at end of file |
