Skip to content

Commit f972c9c

Browse files
committed
3.1.47.0bi
1 parent 73ee3be commit f972c9c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python-wasm-sdk.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ do
5252
cd ${SDKROOT}
5353
. support/__EMSCRIPTEN__.sh
5454

55-
. scripts/cpython-build-host.sh #2>&1 >/dev/null
55+
. scripts/cpython-build-host.sh 2>&1 >/dev/null
5656

57-
. scripts/cpython-build-host-deps.sh
58-
# >/dev/null
57+
. scripts/cpython-build-host-deps.sh >/dev/null
5958

6059
# cool down machine a bit
6160
[ -f /lowend ] && sleep 45

0 commit comments

Comments
 (0)