File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,6 @@ BZIP2_VERSION=1.0.8
3838LIBXCB_VERSION=1.17.0
3939BROTLI_VERSION=1.1.0
4040
41- if [[ -n " $IS_MACOS " ]] && [[ " $CIBW_ARCHS " == " x86_64" ]]; then
42- function build_openjpeg {
43- local out_dir=$( fetch_unpack https://github.com/uclouvain/openjpeg/archive/v$OPENJPEG_VERSION .tar.gz openjpeg-$OPENJPEG_VERSION .tar.gz)
44- (cd $out_dir \
45- && cmake -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX /lib . \
46- && make install)
47- touch openjpeg-stamp
48- }
49- fi
50-
5141function build_brotli {
5242 local cmake=$( get_modern_cmake)
5343 local out_dir=$( fetch_unpack https://github.com/google/brotli/archive/v$BROTLI_VERSION .tar.gz brotli-$BROTLI_VERSION .tar.gz)
You can’t perform that action at this time.
0 commit comments