You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/03/03 17:47:39 UTC

[nuttx-apps] branch master updated: wamr: Fix INTERPRETERS_WAMR_LIBC_WASI dependency on PSEUDOFS_SOFTLINKS

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new fe7b57aa1 wamr: Fix INTERPRETERS_WAMR_LIBC_WASI dependency on PSEUDOFS_SOFTLINKS
fe7b57aa1 is described below

commit fe7b57aa1158cce43d3d0c5a56fc45d0c6670b01
Author: Gustavo Henrique Nihei <gu...@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 <gu...@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