diff --git a/BUILD.gn b/BUILD.gn index 53ac624f1d0d9c948ab0c3dba14741ef21805f15..745bdb0d3babafe56dab769ccc5e112a2e928bc8 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -242,7 +242,7 @@ ohos_source_set("glib_source") { ohos_shared_library("glib") { deps = [ ":glib_source", - "//third_party/gettext:libintl", + "//third_party/gettext:libgettext", "//third_party/glib:glibpcre", ] part_name = "multimedia_player_framework" @@ -621,7 +621,7 @@ ohos_shared_library("gio") { ":gmodule", ":gobject", ":gxdgmime", - "//third_party/gettext:libintl", + "//third_party/gettext:libgettext", "//third_party/zlib:libz", ] part_name = "multimedia_player_framework"