!39 跨平台IOS侧third_party_nghttp2独立编译成库改造

Merge pull request !39 from qugr/third_party_nghttp2_10_19
This commit is contained in:
openharmony_ci 2023-10-20 07:57:43 +00:00 committed by Gitee
commit da0612b31a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -118,13 +118,15 @@ if (defined(ohos_lite)) {
]
}
sources = nghttp2_lib_sources
if (product_name != "ohos-sdk") {
version_script = "libnghttp2_shared.map"
if (target_os != "ios") {
if (product_name != "ohos-sdk") {
version_script = "libnghttp2_shared.map"
}
install_images = [
"system",
"updater",
]
}
install_images = [
"system",
"updater",
]
subsystem_name = "thirdparty"
innerapi_tags = [ "platformsdk" ]
part_name = "nghttp2"