bring back lib info

This commit is contained in:
henderkes
2026-02-20 08:55:19 +07:00
parent b518237bb2
commit bae2eae2b0
2 changed files with 50 additions and 15 deletions

View File

@@ -470,6 +470,11 @@
"static-libs-unix": [
"libiconv.a",
"libcharset.a"
],
"headers": [
"iconv.h",
"libcharset.h",
"localcharset.h"
]
},
"libiconv-win": {
@@ -860,10 +865,17 @@
"pkg-configs": [
"openssl"
],
"static-libs-unix": [
"libssl.a",
"libcrypto.a"
],
"static-libs-windows": [
"libssl.lib",
"libcrypto.lib"
],
"headers": [
"openssl"
],
"lib-depends": [
"zlib"
]
@@ -970,6 +982,11 @@
"odbccr",
"odbcinst"
],
"static-libs-unix": [
"libodbc.a",
"libodbccr.a",
"libodbcinst.a"
],
"lib-depends": [
"libiconv"
]
@@ -1014,6 +1031,10 @@
],
"static-libs-windows": [
"zlib_a.lib"
],
"headers": [
"zlib.h",
"zconf.h"
]
},
"zstd": {
@@ -1021,10 +1042,18 @@
"pkg-configs": [
"libzstd"
],
"static-libs-unix": [
"libzstd.a"
],
"static-libs-windows": [
"zstd.lib",
"zstd_static.lib"
],
"headers-unix": [
"zdict.h",
"zstd.h",
"zstd_errors.h"
],
"headers-windows": [
"zstd.h",
"zstd_errors.h"