mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
fix sqlite config filename case
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<configuration>
|
||||
<dllmap os="windows" cpu="x86-64" dll="e_sqlite3" target="lib64/e_sqlite3.dll" />
|
||||
<dllmap os="osx" cpu="x86,x86-64" dll="e_sqlite3" target="lib64/libe_sqlite3_OSX_x64.dylib" />
|
||||
<dllmap os="osx" cpu="arm64" dll="sqlite3" target="lib64/libe_sqlite3_OSX_arm64.dylib" />
|
||||
<dllmap os="osx" cpu="arm64" dll="e_sqlite3" target="lib64/libe_sqlite3_OSX_arm64.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64" dll="e_sqlite3" target="lib64/libe_sqlite3.so" />
|
||||
</configuration>
|
||||
|
||||
0
bin/lib64/libe_sqlite3.so
Normal file → Executable file
0
bin/lib64/libe_sqlite3.so
Normal file → Executable file
Reference in New Issue
Block a user