fix sqlite config filename case

This commit is contained in:
UbitUmarov
2025-11-17 12:30:41 +00:00
parent 080ea9fbbf
commit c793ad5415
2 changed files with 1 additions and 1 deletions

View File

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