Skip to content

Commit be9d2b7

Browse files
committed
2nd pass workdir problem
1 parent a7e3cf9 commit be9d2b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python-wasm-sdk.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ do
3434

3535
. ${CONFIG:-config}
3636

37+
cd ${SDKDIR}
3738
. scripts/cpython-fetch.sh
39+
40+
cd ${SDKDIR}
3841
. support/__EMSCRIPTEN__.sh
42+
3943
. scripts/cpython-build-host.sh
4044
# >/dev/null
4145
. scripts/cpython-build-host-deps.sh

support/__EMSCRIPTEN__.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
echo "
2-
*__EMSCRIPTEN__*
2+
*__EMSCRIPTEN__* $(pwd)
33
"
44

55

0 commit comments

Comments
 (0)