提交 99093232 编写于 作者: Z zhouhaifeng

remove inner include from public configs

Signed-off-by: Nzhouhaifeng <kutcher.zhou@huawei.com>
上级 ad5b32bc
......@@ -237,7 +237,6 @@ if (defined(ohos_lite)) {
config("curl_config_public") {
include_dirs = [
"$CURL_SOURCE_ROOT/lib",
"$CURL_SOURCE_ROOT/include",
"//third_party/curl/customized/include",
]
......@@ -416,7 +415,10 @@ if (defined(ohos_lite)) {
ohos_shared_library("curl_shared") {
deps = [ ":curl" ]
public_configs = [ ":curl_config" ]
configs = [ ":curl_config" ]
public_configs = [ ":curl_config_public" ]
install_images = [ "system" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册