File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 5050
5151# embding more broken in 3.1.51
5252
53- export EMFLAVOUR=${EMFLAVOUR: latest}
54- # export EMFLAVOUR=${EMFLAVOUR:-tot}
53+ # export EMFLAVOUR=${EMFLAVOUR:latest}
54+ export EMFLAVOUR=${EMFLAVOUR:- tot}
5555
5656
5757# base wasm features pure is "mvp" , "bi" is bigint
Original file line number Diff line number Diff line change @@ -14,14 +14,20 @@ $HPIP install --upgrade $PACKAGING
1414$HPIP install --upgrade setuptools
1515
1616# aioconsole only for the simulator
17- $HPIP install --upgrade aioconsole
17+ # $HPIP install --upgrade aioconsole
18+
19+
1820
1921# support package build/install
2022$HPY -m pip install --upgrade $PACKAGING
2123
22-
2324PIP=" ${SDKROOT} /python3-wasm -m pip"
2425
26+
27+ $HPIP install --upgrade typing_extensions mypy_extensions
28+ $PIP install --upgrade typing_extensions mypy_extensions
29+
30+
2531echo "
2632 * cpython-build-emsdk-prebuilt pip==$PIP *
2733" 1>&2
You can’t perform that action at this time.
0 commit comments