Skip to content

Commit 834c228

Browse files
committed
3.1.50 CPython 3.11.7 cython 3.0.6 , upgrade webp fro sdl_image
1 parent 73491c0 commit 834c228

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

config

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export PYMINOR=$(echo -n $PYBUILD|cut -d. -f2)
1414
export HOST_PREFIX=${HOST_PREFIX:-${SDKROOT}/devices/$(arch)/usr}
1515
export 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)
1919
export PYTHONPYCACHEPREFIX=${PYTHONPYCACHEPREFIX:-$(realpath ${SDKROOT}/build/pycache)}
2020

2121

@@ -48,8 +48,10 @@ fi
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

0 commit comments

Comments
 (0)