File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ export PYMINOR=$(echo -n $PYBUILD|cut -d. -f2)
1414export HOST_PREFIX=${HOST_PREFIX:- ${SDKROOT} / devices/ $(arch)/ usr}
1515export PREFIX=${PREFIX:- ${SDKROOT} / devices/ emsdk/ usr}
1616
17- mkdir -p ${SDKROOT} /build/pycache ${SDKROOT} /build/pip
18- export XDG_CACHE_HOME=$( realpath ${SDKROOT} /build/pip )
17+ mkdir -p ${SDKROOT} /build/pycache ${SDKROOT} /build/cache
18+ export XDG_CACHE_HOME=$( realpath ${SDKROOT} /build/cache )
1919export PYTHONPYCACHEPREFIX=${PYTHONPYCACHEPREFIX:- $(realpath ${SDKROOT} / build/ pycache)}
2020
2121
4848
4949# embind broke in 3.1.48-tot (coro suspend/resume)
5050
51- # export EMFLAVOUR=${EMFLAVOUR:latest}
52- export EMFLAVOUR=${EMFLAVOUR:- tot}
51+ # embding more broken in 3.1.51
52+
53+ export EMFLAVOUR=${EMFLAVOUR: latest}
54+ # export EMFLAVOUR=${EMFLAVOUR:-tot}
5355
5456
5557# base wasm features pure is "mvp" , "bi" is bigint
You can’t perform that action at this time.
0 commit comments