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 65df305 commit 82ac2d1Copy full SHA for 82ac2d1
python-wasi-sdk.sh
@@ -38,8 +38,6 @@ then
38
fi
39
40
41
-
42
43
if [ -d ${SDKROOT} ]
44
then
45
echo "Assuming destination $SDKROOT is ready"
@@ -52,7 +50,7 @@ chmod +x ${SDKROOT}/scripts/*
52
50
53
51
ORIGIN=$(pwd)
54
55
-BUILDS=${BUILDS:-3.13}
+BUILDS=${BUILDS:-"3.12 3.13"}
56
57
for PYBUILD in $BUILDS
58
do
python-wasm-sdk.sh
0 commit comments