File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ readlinkf_posix() {
37
37
}
38
38
NPROC=$( python3 -c ' import multiprocessing; print(multiprocessing.cpu_count())' )
39
39
HERE=" $( dirname -- " $( readlinkf_posix -- " ${0} " ) " ) "
40
- [ -e circuitpython/py/py.mk ] || (git clone --branch main https://github.com/adafruit/circuitpython && cd circuitpython && make fetch-submodules && git submodule update --init lib/uzlib tools)
40
+ [ -e circuitpython/py/py.mk ] || (git clone --branch main https://github.com/adafruit/circuitpython && cd circuitpython && make fetch-all- submodules && git submodule update --init lib/uzlib tools)
41
41
rm -rf circuitpython/extmod/ulab; ln -s " $HERE " circuitpython/extmod/ulab
42
42
dims=${1-2}
43
43
make -C circuitpython/mpy-cross -j$NPROC
You can’t perform that action at this time.
0 commit comments