Skip to content

Commit 97c8553

Browse files
committed
fix installation of emsdk
1 parent ce7e63f commit 97c8553

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/run-web.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
set -e
44

55
if [ ! -d "emsdk" ]; then
6-
76
git clone https://github.com/emscripten-core/emsdk.git
8-
./emsdk install latest
9-
./emsdk activate latest
7+
./emsdk/emsdk install latest
8+
./emsdk/emsdk activate latest
109

1110
fi
1211
source "./emsdk/emsdk_env.sh" >/dev/null

0 commit comments

Comments
 (0)