diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-11-21 14:08:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-21 14:08:41 -0500 |
| commit | 4e04b3a136db8fee6efe84a9a1f8838d2c28cf13 (patch) | |
| tree | 400a6819bc0052ace7c43c0f1d38f4485164688c | |
| parent | e439bbba42c082b8e50ff35d6dba68857b62c9aa (diff) | |
| parent | aa0b83817dd747a28b4f023d53a4866341c3faf7 (diff) | |
Merge pull request #2301 from MediaBrowser/dev
fix missing file
| -rw-r--r-- | MediaBrowser.Server.Mono/SQLitePCLRaw.provider.sqlite3.dll.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/SQLitePCLRaw.provider.sqlite3.dll.config b/MediaBrowser.Server.Mono/SQLitePCLRaw.provider.sqlite3.dll.config new file mode 100644 index 000000000..83a6cd9f3 --- /dev/null +++ b/MediaBrowser.Server.Mono/SQLitePCLRaw.provider.sqlite3.dll.config @@ -0,0 +1,3 @@ +<configuration> + <dllmap dll="sqlite3" target="libsqlite3.so" os="linux"/> +</configuration>
\ No newline at end of file |
