From f102739d688b38ac0cc427b8e57a7f5d6bd3d8d9 Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Thu, 12 Oct 2023 09:10:46 +0000 Subject: [PATCH] =?UTF-8?q?mac=E4=B8=8A=E5=88=A0=E9=99=A4=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=AE=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangyunzhong --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1a715d2..4d24fd7 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -119,8 +119,6 @@ config("libxml2_static_config") { ] if (is_mingw) { defines = [ "LIBXML_STATIC" ] - } else if (is_mac) { - defines = [ "LIBXML_THREAD_ENABLED" ] } else { defines = [ "HAVE_CONFIG_H", -- Gitee