File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ if (WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_NAME} MATCH
122
122
else ()
123
123
# We'll build wasi-clang this locally when we build this repo
124
124
set (SHOULD_BUILD_WASICLANG ON )
125
- set (wasiclang_SOURCE_DIR "${CMAKE_SOURCE_DIR} /wasi-sdk-21 -src/build/install/opt/wasi-sdk" )
125
+ set (wasiclang_SOURCE_DIR "${CMAKE_SOURCE_DIR} /wasi-sdk-27 -src/build/install/opt/wasi-sdk" )
126
126
message (STATUS "Prebuilt wasi-clang does not exist for this platform, so we have to build it from scratch. Your first build may take a long time!" )
127
127
endif ()
128
128
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- if [ ! -e wasi-sdk-21 -src/build/install/opt/wasi-sdk/bin/clang ]; then
4
- git clone --depth 1 https://github.com/WebAssembly/wasi-sdk.git --branch wasi-sdk-21 --single-branch wasi-sdk-21 -src
5
- cd wasi-sdk-21 -src
3
+ if [ ! -e wasi-sdk-27 -src/build/install/opt/wasi-sdk/bin/clang ]; then
4
+ git clone --depth 1 https://github.com/WebAssembly/wasi-sdk.git --branch wasi-sdk-27 --single-branch wasi-sdk-27 -src
5
+ cd wasi-sdk-27 -src
6
6
git submodule update --init --depth 100
7
7
gmake -j
8
8
fi
You can’t perform that action at this time.
0 commit comments