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 {
123
123
patch -p0 < osx_cross_hl_fortran_src_makefile.patch
124
124
patch -p0 < osx_cross_src_makefile.patch
125
125
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
127
127
mkdir -p native-build/bin
128
128
pushd native-build/bin
129
129
CFLAGS= $CC ../../src/H5detect.c -I ../../src/ -o H5detect
You can’t perform that action at this time.
0 commit comments