From e98b6defbc1f8e3bfa4aec45427606f116271c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=87=AF?= Date: Thu, 5 Sep 2024 16:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUILD.gn=20Signed-off-by:liuh?= =?UTF-8?q?aosu@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张凯 --- BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index b5b262367..6128dabf3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -53,7 +53,7 @@ action("backends_action") { } base_deps = [ - "//third_party/libxml2:xml2", + "//third_party/libxml2:libxml2", "//third_party/libpng:libpng", "//third_party/libjpeg-turbo:turbojpeg", ] @@ -63,9 +63,6 @@ config("base_config") { ".", "./include", "./include/sane", - "//third_party/libxml2/libxml2-2.9.14/include", - "//third_party/libjpeg-turbo", - "//third_party/libpng/libpng-1.6.37" ] cflags = [ -- Gitee