From fe7b57aa1158cce43d3d0c5a56fc45d0c6670b01 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 3 Mar 2023 11:42:41 -0300 Subject: [PATCH] wamr: Fix INTERPRETERS_WAMR_LIBC_WASI dependency on PSEUDOFS_SOFTLINKS Signed-off-by: Gustavo Henrique Nihei --- 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