mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
base: Fix Android build missing -latomic
This commit is contained in:
parent
496457022b
commit
8c937f4dc1
@ -1489,7 +1489,7 @@ mixed_component("base") {
|
||||
# building inside the cros_sdk environment - use host_toolchain as a
|
||||
# more robust check for this.
|
||||
if (!use_sysroot &&
|
||||
(is_android || ((is_linux || is_chromeos) && !is_chromecast)) &&
|
||||
(is_linux || is_chromeos) && !is_chromecast &&
|
||||
host_toolchain != "//build/toolchain/cros:host") {
|
||||
libs += [ "atomic" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user