Skip to content

Commit 5b43fb2

Browse files
author
Jeff Whitaker
authored
Update config.sh
1 parent eb4ccfd commit 5b43fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)