提交 43547c1c 编写于 作者: O openharmony_ci 提交者: Gitee

!1 Resolve problems occurring while building and running on Linux host

Merge pull request !1 from Zbigniew/ostc-dev
...@@ -91,7 +91,7 @@ mbedtls_sources = [ ...@@ -91,7 +91,7 @@ mbedtls_sources = [
shared_library("mbedtls_shared") { shared_library("mbedtls_shared") {
sources = mbedtls_sources sources = mbedtls_sources
output_name = "mbedtls" output_name = "mbedtls_shared"
public_configs = [ public_configs = [
":mbedtls_config", ":mbedtls_config",
] ]
...@@ -99,7 +99,7 @@ shared_library("mbedtls_shared") { ...@@ -99,7 +99,7 @@ shared_library("mbedtls_shared") {
static_library("mbedtls_static") { static_library("mbedtls_static") {
sources = mbedtls_sources sources = mbedtls_sources
output_name = "mbedtls" output_name = "mbedtls_static"
public_configs = [ public_configs = [
":mbedtls_config", ":mbedtls_config",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册