File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export PYDK_PYTHON_HOST_PLATFORM=wasm32-${WASM_FLAVOUR}-emscripten
94
94
export WASI_SDK=${WASI_SDK:- 23.0}
95
95
export WASI_SDK_MAJOR=$( echo ${WASI_SDK} | cut -d. -f1)
96
96
export WASI_SDK_MINOR=$( echo ${WASI_SDK} | cut -d. -f2)
97
- export WASI_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_MAJOR} /wasi-sdk-${WASI_SDK} -linux.tar.gz
97
+ export WASI_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_MAJOR} /wasi-sdk-${WASI_SDK} -$( arch ) - linux.tar.gz
98
98
export WASISDK=" ${SDKROOT} /wasisdk"
99
99
100
100
export WASMTIME_HOME=$WASISDK
Original file line number Diff line number Diff line change 2
2
3
3
. scripts/emsdk-fetch.sh
4
4
5
-
6
5
cd ${ROOT} /src
7
6
8
7
if [ -d icu ]
11
10
else
12
11
wget -c https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz
13
12
tar xfz icu4c-75_1-src.tgz
13
+
14
14
fi
15
15
16
16
if [ -f $PREFIX /lib/libicui18n.a ]
35
35
failed to build ICU
36
36
37
37
"
38
- exit 38
38
+ exit 38
39
+ fi
39
40
popd
40
41
fi
41
42
42
-
43
-
You can’t perform that action at this time.
0 commit comments