From 3c775081ee764d928ea17cafe4267c1d9acabc17 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Mon, 25 Nov 2024 10:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=20=20=20=20elfio=20=E9=83=A8=E4=BB=B6=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=95=B4=E6=94=B9=20=20=20=20=20Signed-off-by:wenlong?= =?UTF-8?q?12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 9949346..dc4fe67 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -14,7 +14,10 @@ import("//build/ohos.gni") config("elfio_public_config") { - include_dirs = [ "//third_party/elfio/elfio" ] + include_dirs = [ + "//third_party/elfio/elfio", + "//third_party/elfio/c_wrapper", + ] } ohos_shared_library("elfio") { -- Gitee