GN: Add missing config //webrtc:common_objc for rtc_sdk_common_objc
This makes this target not include the precompiled header, which is different from GYP. BUG=webrtc:6412 NOTRY=True Review-Url: https://codereview.webrtc.org/2402493002 Cr-Commit-Position: refs/heads/master@{#14559}
This commit is contained in:
parent
7056be937f
commit
9cc012daf5
@ -27,7 +27,10 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
|
||||
deps = [
|
||||
"../base:rtc_base",
|
||||
]
|
||||
configs += [ "//build/config/compiler:enable_arc" ]
|
||||
configs += [
|
||||
"..:common_objc",
|
||||
"//build/config/compiler:enable_arc",
|
||||
]
|
||||
public_configs = [ ":rtc_sdk_common_objc_config" ]
|
||||
sources = [
|
||||
"objc/Framework/Classes/NSString+StdString.h",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user