mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:49:51 +08:00
Fix a typo in the SQLite DLL config and amend the instructions for running on Linux.
Under Linux (and probably also under OSX), the operating system must be able to find the new SQLite DLL in the library search path.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<configureation>
|
||||
<configuration>
|
||||
<dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="libsqlite3_64.so" />
|
||||
<dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="libsqlite3_32.so" />
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user