a few changes to pgsql, Thx Tampa, (untested, may be bad)

This commit is contained in:
UbitUmarov
2025-11-23 00:35:17 +00:00
parent d29cbadbb6
commit 8714f59277
4 changed files with 61 additions and 83 deletions

View File

@@ -3,5 +3,5 @@
<dllmap os="osx" cpu="x86,x86-64" dll="e_sqlite3" target="lib64/libe_sqlite3_OSX_x64.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" />
<dllmap os="!windows,osx" cpu="arm-64" dll="e_sqlite3" target="lib64/libe_sqlite3-arm64.so" />
<dllmap os="!windows,osx" cpu="arm64" dll="e_sqlite3" target="lib64/libe_sqlite3-arm64.so" />
</configuration>