We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbea5d7 commit 0edcb61Copy full SHA for 0edcb61
cpython-unix/build-cpython.sh
@@ -137,8 +137,8 @@ CFLAGS=$CFLAGS CPPFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
137
# Supplement produced Makefile with our modifications.
138
cat ../Makefile.extra >> Makefile
139
140
-make -j `nproc`
141
-make -j `nproc` install DESTDIR=${ROOT}/out/python
+make -j ${NUM_CPUS}
+make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out/python
142
143
# Install pip so we can patch it to work with non-dynamic executables
144
# and work around https://github.com/pypa/pip/issues/6543. But pip's bundled
0 commit comments