aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2014-09-15 17:52:30 -0400
committerLuke <luke.pulverenti@gmail.com>2014-09-15 17:52:30 -0400
commitfb32a020bdf52ebb0985180766664f8de1566ab6 (patch)
treef98d6a54579451524505f119dfbc04a96eac1162 /MediaBrowser.Server.Mono/System.Data.SQLite.dll.config
parente58f5ae7ea11b191601482a3544a4cc50b5881fa (diff)
parente14cbef5ff56b63aa94b0b5a0e8f2bde5b3f69ef (diff)
Merge pull request #923 from gsnerf/master
map more systems to linux build
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>