mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
libuv: Don't select PIPES implicitly
To avoid introducing unexpected dependencies, we should not select any feature implicitly. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
713cd4d971
commit
f9c6e18693
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
config LIBUV
|
||||
bool "libuv asynchronous I/O Library"
|
||||
default n
|
||||
select PIPES
|
||||
---help---
|
||||
Enable build for libuv asynchronous I/O Library
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue