mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-26 17:40:25 +00:00
!39 跨平台IOS侧third_party_nghttp2独立编译成库改造
Merge pull request !39 from qugr/third_party_nghttp2_10_19
This commit is contained in:
commit
da0612b31a
14
lib/BUILD.gn
14
lib/BUILD.gn
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user