aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMarck2011-03-28 13:11:23 +0200
committerMarck2011-03-28 13:13:21 +0200
commitdd72a69ea54893b9d6d16f7d388e5fe12058fd9e (patch)
tree255d3f220cd4fd6fad5fb0ee257aa47138c5a840 /bin
parentTouchup for SQLite (diff)
downloadopensim-SC_OLD-dd72a69ea54893b9d6d16f7d388e5fe12058fd9e.zip
opensim-SC_OLD-dd72a69ea54893b9d6d16f7d388e5fe12058fd9e.tar.gz
opensim-SC_OLD-dd72a69ea54893b9d6d16f7d388e5fe12058fd9e.tar.bz2
opensim-SC_OLD-dd72a69ea54893b9d6d16f7d388e5fe12058fd9e.tar.xz
More touchup for SQLite.
Apply the same change to both the 32-bit and 64-bit DLL target paths. This makes the previous addition to the instructions in the README for running on Linux unnecessary.
Diffstat (limited to 'bin')
-rw-r--r--bin/Mono.Data.Sqlite.dll.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config
index b704035..6a95476 100644
--- a/bin/Mono.Data.Sqlite.dll.config
+++ b/bin/Mono.Data.Sqlite.dll.config
@@ -1,4 +1,4 @@
1<configuration> 1<configuration>
2 <dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="./libsqlite3_64.so" /> 2 <dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="./libsqlite3_64.so" />
3 <dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="libsqlite3_32.so" /> 3 <dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="./libsqlite3_32.so" />
4</configuration> 4</configuration>