Skip to content

Commit

Permalink
system/libuv/Kconfig: depends on CONFIG_PIPES
Browse files Browse the repository at this point in the history
libuv unconditionally uses pipe().

Fixes: apache/nuttx#14773
  • Loading branch information
yamt committed Dec 17, 2024
1 parent 9c5568c commit 0814de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/libuv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
config LIBUV
bool "libuv asynchronous I/O Library"
default n
depends on PIPES
---help---
Enable build for libuv asynchronous I/O Library

Expand Down

0 comments on commit 0814de3

Please sign in to comment.