From 084efa01da005ba29c9a1ceadbf76ef869ed0e01 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 25 Jul 2024 23:06:32 +0900 Subject: [PATCH] Update wasi-libc (#458) To include https://github.com/WebAssembly/wasi-libc/pull/517, which is necessary to avoid modifying host compiler's resource directory. At least on my environment (macOS if it matters), without the above mentioned fix, gmake tries to create the directory for wasi compiler-rt during wasi-libc build. I'm not sure why it didn't happen for others. cf. https://github.com/WebAssembly/wasi-sdk/pull/445 --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index b9e15a8af..b9ef79d7d 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit b9e15a8af930603183eb13af62e193de0f9f9ee3 +Subproject commit b9ef79d7dbd47c6c5bafdae760823467c2f60b70