From 291bf18c8670a034af68b4a88193f9555ee41f1b Mon Sep 17 00:00:00 2001 From: aodongbiao Date: Mon, 1 Aug 2022 18:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BA=86BUILD.gn=E4=B8=AD?= =?UTF-8?q?=E5=86=97=E4=BD=99=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aodongbiao --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index d34597a..388f02f 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -291,7 +291,6 @@ ohos_shared_library("gobject") { deps = [ ":glib", ":gobject_source", - "//third_party/gettext:libintl", "//third_party/libffi:ffi", ] part_name = "multimedia_player_framework" -- Gitee