mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
base: Don't depend on partition_alloc on OpenWrt
This commit is contained in:
parent
301f7847b1
commit
b90ba6d2f0
@ -1925,6 +1925,9 @@ mixed_component("base") {
|
||||
# partition_alloc code if use_partition_alloc = false because no code uses
|
||||
# partition_alloc.
|
||||
public_deps += [ "allocator/partition_allocator:partition_alloc" ]
|
||||
if (current_os == "openwrt") {
|
||||
public_deps -= [ "allocator/partition_allocator:partition_alloc" ]
|
||||
}
|
||||
}
|
||||
|
||||
# Windows.
|
||||
|
Loading…
Reference in New Issue
Block a user