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.
2 parents b1cfa77 + ee8fbc0 commit e786019Copy full SHA for e786019
.github/workflows/wheels-dependencies.sh
@@ -165,7 +165,7 @@ function build_brotli {
165
local out_dir=$(fetch_unpack https://github.com/google/brotli/archive/v$BROTLI_VERSION.tar.gz brotli-$BROTLI_VERSION.tar.gz)
166
(cd $out_dir \
167
&& cmake -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX -DCMAKE_INSTALL_LIBDIR=$BUILD_PREFIX/lib -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib $HOST_CMAKE_FLAGS . \
168
- && make install)
+ && make -j4 install)
169
touch brotli-stamp
170
}
171
@@ -249,7 +249,7 @@ function build_libavif {
249
cp $WORKDIR/meson-cross.txt $out_dir/crossfile-apple.meson
250
fi
251
252
- (cd $out_dir && make install)
+ (cd $out_dir && make -j4 install)
253
254
touch libavif-stamp
255
0 commit comments