aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
diff options
context:
space:
mode:
authorMichalis Adamidis <gsnerf@gsnerf.de>2014-09-15 20:25:05 +0200
committerMichalis Adamidis <gsnerf@gsnerf.de>2014-09-15 20:25:05 +0200
commite14cbef5ff56b63aa94b0b5a0e8f2bde5b3f69ef (patch)
tree236c225fea8a75956c3362925ca897af505025ed /MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
parentc499bf0e57f9a0d2acd2ff8c9ed7cfb9db130899 (diff)
map bsd systems to hopefully correct driver (needs testing on those systems)
Diffstat (limited to 'MediaBrowser.Server.Mono/System.Data.SQLite.dll.config')
-rw-r--r--MediaBrowser.Server.Mono/System.Data.SQLite.dll.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
index 3a70cf982..70da7118c 100644
--- a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
+++ b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
@@ -1,5 +1,5 @@
<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/linux/lib/libsqlite3.so.0.8.6" os="linux,freebsd,openbsd,netbsd" wordsize="32"/>
+ <dllmap dll="sqlite3" target="./sqlite3/linux/lib64/libsqlite3.so.0.8.6" os="linux,freebsd,openbsd,netbsd" wordsize="64"/>
<dllmap dll="sqlite3" target="./sqlite3/mac/libsqlite3.0.dylib" os="osx"/>
</configuration>