File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ rm -rf circuitpython/extmod/ulab; ln -s "$HERE" circuitpython/extmod/ulab
42
42
make -C circuitpython/mpy-cross -j$NPROC
43
43
sed -e ' /MICROPY_PY_UHASHLIB/s/1/0/' < circuitpython/ports/unix/mpconfigport.h > circuitpython/ports/unix/mpconfigport_ulab.h
44
44
# Work around circuitpython#3990
45
- make -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_ulab.h>"' build/genhdr/qstrdefs.generated.h
46
- make -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_ulab.h>"'
45
+ make -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_USE_READLINE=0 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_ulab.h>"' build/genhdr/qstrdefs.generated.h
46
+ make -k - C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_USE_READLINE=0 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_ulab.h>"'
47
47
48
48
for dir in " circuitpy" " common"
49
49
do
You can’t perform that action at this time.
0 commit comments