mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-17 11:44:15 +08: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
@ -6,7 +6,6 @@
|
|||||||
config LIBUV
|
config LIBUV
|
||||||
bool "libuv asynchronous I/O Library"
|
bool "libuv asynchronous I/O Library"
|
||||||
default n
|
default n
|
||||||
select PIPES
|
|
||||||
---help---
|
---help---
|
||||||
Enable build for libuv asynchronous I/O Library
|
Enable build for libuv asynchronous I/O Library
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user