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 @@ -123,7 +123,7 @@ function build_hdf5 {
123123 patch -p0 < osx_cross_hl_fortran_src_makefile.patch
124124 patch -p0 < osx_cross_src_makefile.patch
125125 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :$BUILD_PREFIX /lib
126- ./configure --with -szlib= $BUILD_PREFIX --prefix=$BUILD_PREFIX --enable-threadsafe --enable-unsupported --with-pthread=yes --enable-build-mode=production --host=aarch64-apple-darwin --enable-tests=no
126+ ./configure --without -szlib --prefix=$BUILD_PREFIX --enable-threadsafe --enable-unsupported --with-pthread=yes --enable-build-mode=production --host=aarch64-apple-darwin --enable-tests=no
127127 mkdir -p native-build/bin
128128 pushd native-build/bin
129129 CFLAGS= $CC ../../src/H5detect.c -I ../../src/ -o H5detect
You can’t perform that action at this time.
0 commit comments