This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch bugfix/wamr_depend in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 9f4cd7a9348ce75532395e0d4fb40cc06e08e303 Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> AuthorDate: Fri Mar 3 11:42:41 2023 -0300 wamr: Fix INTERPRETERS_WAMR_LIBC_WASI dependency on PSEUDOFS_SOFTLINKS Signed-off-by: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> --- interpreters/wamr/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 8bad60669..bcb29c1e0 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -72,6 +72,7 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN config INTERPRETERS_WAMR_LIBC_WASI bool "Enable WASI libc" + select PSEUDOFS_SOFTLINKS default n ---help--- Note: As of writing this, this works only with main branch of