Skip to content

Commit 23a9e2c

Browse files
committed
was wrong sdk for alpine
1 parent 5c0ad13 commit 23a9e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/portable.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ Fatal: failed to apply patch : $one
471471
* using cached sdk version from $CONTAINER_PATH/${SDKROOT}
472472
"
473473
else
474-
# SDK_URL=https://github.com/pygame-web/portable-sdk/releases/download/3.1.74.7bi/python3.13-wasm-sdk-alpine-3.21.tar.lz4
475-
SDK_URL=https://github.com/pygame-web/portable-sdk/releases/download/3.1.61.8/python3.12-wasm-sdk-debian12-$(arch).tar.lz4
474+
SDK_URL=https://github.com/pygame-web/portable-sdk/releases/download/3.1.74.7bi/python3.13-wasm-sdk-alpine-3.21.tar.lz4
475+
# SDK_URL=https://github.com/pygame-web/portable-sdk/releases/download/3.1.61.8/python3.12-wasm-sdk-debian12-$(arch).tar.lz4
476476
pushd $CONTAINER_PATH
477477
mkdir -p tmp
478478
tmpfile=tmp/python-wasm-sdk-alpine-3.21.tar.lz4

0 commit comments

Comments
 (0)