Both build options for symbol export can be specified
Bug: None Change-Id: I26c421811952ded7382b48cbe970b97f4ed4d9e7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/234640 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35176}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
7e7e805d3b
commit
52d97fd4cf
1
AUTHORS
1
AUTHORS
@ -102,6 +102,7 @@ Silviu Caragea <silviu.cpp@gmail.com>
|
|||||||
Stefan Gula <steweg@gmail.com>
|
Stefan Gula <steweg@gmail.com>
|
||||||
Stephan Hartmann <stha09@googlemail.com>
|
Stephan Hartmann <stha09@googlemail.com>
|
||||||
Steve Reid <sreid@sea-to-sky.net>
|
Steve Reid <sreid@sea-to-sky.net>
|
||||||
|
Takaaki Suzuki <takaakisuzuki.14@gmail.com>
|
||||||
Tarun Chawla <trnkumarchawla@gmail.com>
|
Tarun Chawla <trnkumarchawla@gmail.com>
|
||||||
Todd Wong <todd.wong.ndq@gmail.com>
|
Todd Wong <todd.wong.ndq@gmail.com>
|
||||||
Tomas Popela <tomas.popela@gmail.com>
|
Tomas Popela <tomas.popela@gmail.com>
|
||||||
|
4
BUILD.gn
4
BUILD.gn
@ -119,10 +119,10 @@ config("common_inherited_config") {
|
|||||||
ldflags = []
|
ldflags = []
|
||||||
|
|
||||||
if (rtc_enable_symbol_export || is_component_build) {
|
if (rtc_enable_symbol_export || is_component_build) {
|
||||||
defines = [ "WEBRTC_ENABLE_SYMBOL_EXPORT" ]
|
defines += [ "WEBRTC_ENABLE_SYMBOL_EXPORT" ]
|
||||||
}
|
}
|
||||||
if (rtc_enable_objc_symbol_export) {
|
if (rtc_enable_objc_symbol_export) {
|
||||||
defines = [ "WEBRTC_ENABLE_OBJC_SYMBOL_EXPORT" ]
|
defines += [ "WEBRTC_ENABLE_OBJC_SYMBOL_EXPORT" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
if (build_with_mozilla) {
|
if (build_with_mozilla) {
|
||||||
|
Reference in New Issue
Block a user