Added local version of libsqlite3.so.0. Removed unused dll file.

This commit is contained in:
abeloin
2014-01-08 06:37:00 -05:00
parent 65dcf32da4
commit 21bcf0c733
2 changed files with 14 additions and 1 deletions

View File

@@ -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>