fix GN build break on native_client
TBR=guidou@webrtc.org BUG= Review URL: https://codereview.webrtc.org/1576723002 . Cr-Commit-Position: refs/heads/master@{#11196}
This commit is contained in:
@ -612,6 +612,7 @@ static_library("rtc_base") {
|
||||
if (is_nacl) {
|
||||
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
|
||||
defines += [ "timezone=_timezone" ]
|
||||
sources -= [ "ifaddrs_converter.cc" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user