We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e3cf9 commit be9d2b7Copy full SHA for be9d2b7
python-wasm-sdk.sh
@@ -34,8 +34,12 @@ do
34
35
. ${CONFIG:-config}
36
37
+ cd ${SDKDIR}
38
. scripts/cpython-fetch.sh
39
+
40
41
. support/__EMSCRIPTEN__.sh
42
43
. scripts/cpython-build-host.sh
44
# >/dev/null
45
. scripts/cpython-build-host-deps.sh
support/__EMSCRIPTEN__.sh
@@ -1,5 +1,5 @@
1
echo "
2
- *__EMSCRIPTEN__*
+ *__EMSCRIPTEN__* $(pwd)
3
"
4
5
0 commit comments