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 c410304 commit a745841Copy full SHA for a745841
cpython-unix/build-xextproto.sh
@@ -29,7 +29,7 @@ CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" LD
29
--build=${BUILD_TRIPLE} \
30
--host=${TARGET_TRIPLE} \
31
--prefix=/tools/deps \
32
- "${EXTRA_CONFIGURE_FLAGS}"
+ ${EXTRA_CONFIGURE_FLAGS}
33
34
make -j `nproc`
35
make -j `nproc` install DESTDIR=${ROOT}/out
cpython-unix/build-xproto.sh
make -j ${NUM_CPUS}
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out
0 commit comments