Skip to content

Commit

Permalink
change wasm sdk to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Nov 19, 2024
1 parent d0ba621 commit b21d3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then
if ${ABI3:-false}
then
echo " vendor build (abi3) $PYBUILD"
if echo $PYBUILD|grep -v -q 3.13$
if echo $PYBUILD|grep -v -q 3.12$
then
echo "abi3 vendor build only, skipping $PYBUILD"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
if ${ABI3:-false}
then
echo " vendor build (abi3) $PYBUILD"
if echo $PYBUILD|grep -v -q 3.13$
if echo $PYBUILD|grep -v -q 3.12$
then
echo "abi3 vendor build only, skipping $PYBUILD"
exit 0
Expand Down

0 comments on commit b21d3d3

Please sign in to comment.