diff --git a/BUILD.gn b/BUILD.gn index 99493462a51cf03e999cd063648eef2dc5dd10d9..fc607a7c3b7c90450e0c14de15762352495b07d4 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") {