GN: Fix 32-bit Mac library error
The error hasn't been noticed since we don't really do (or support) Mac 32-bit builds. BUG=webrtc:5949 NOTRY=True Review-Url: https://codereview.webrtc.org/2065583002 Cr-Commit-Position: refs/heads/master@{#13111}
This commit is contained in:
parent
718a763d59
commit
781e0c03a2
@ -61,7 +61,7 @@ config("rtc_base_all_dependent_config") {
|
||||
"SystemConfiguration.framework",
|
||||
]
|
||||
if (current_cpu == "x86") {
|
||||
libs = [ "Carbon.framework" ]
|
||||
libs += [ "Carbon.framework" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user