Skip to content

Commit cc8f78e

Browse files
committed
gcc: update toolchain dependency to use zlib from specified directory
1 parent 3629f27 commit cc8f78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function(toolchain_deps toolchain_deps_dir toolchain_install_dir toolchain_suffi
344344
# Set prefix to "/" here to be able to install twice
345345
--prefix=/
346346
--with-sysroot=${toolchain_install_dir}
347-
--with-system-zlib
347+
--with-zlib=${toolchain_deps_dir}
348348
--without-zstd
349349
--without-python
350350
--with-gmp=${toolchain_deps_dir}

0 commit comments

Comments
 (0)