fix dll maps

This commit is contained in:
Luke Pulverenti
2014-10-02 08:01:22 -04:00
parent 0bc84b7d41
commit cf745bb888
3 changed files with 3 additions and 3 deletions

View File

@@ -2,5 +2,5 @@
<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/mac/libsqlite3.0.dylib" os="osx"/>
<dllmap dll="sqlite3" target="libsqlite3.so.0.8.6" os="linux"/>
<dllmap dll="sqlite3" target="libsqlite3.so.0.8.6" os="linux" cpu="!x86,!x86_64"/>
</configuration>