mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-09 04:02:11 +00:00
base: Don't depend on partition_alloc on OpenWrt
This commit is contained in:
parent
6e06879ea4
commit
c32759a194
1 changed files with 3 additions and 0 deletions
|
@ -1936,6 +1936,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…
Add table
Reference in a new issue