From f7c73c00afcb6e166c0d86eecb7f7eaa79196179 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 14 Nov 2023 20:24:32 +0800 Subject: [PATCH] Fix iconv not depends on libiconv in linux --- config/ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index cb313ff5..21aedf67 100644 --- a/config/ext.json +++ b/config/ext.json @@ -118,7 +118,7 @@ "iconv": { "type": "builtin", "arg-type": "with-prefix", - "lib-depends-windows": [ + "lib-depends": [ "libiconv" ] },