Fix iconv not depends on libiconv in linux

This commit is contained in:
Jerry Ma 2023-11-14 20:24:32 +08:00
parent 74536bd2e1
commit f7c73c00af

View File

@ -118,7 +118,7 @@
"iconv": { "iconv": {
"type": "builtin", "type": "builtin",
"arg-type": "with-prefix", "arg-type": "with-prefix",
"lib-depends-windows": [ "lib-depends": [
"libiconv" "libiconv"
] ]
}, },