From 6cf65db329b445ca0dcc7689bc25d04d84f0e110 Mon Sep 17 00:00:00 2001 From: Quentin Boswank Date: Sun, 10 Dec 2023 22:21:28 +0100 Subject: Fix zlib build on win32 near enviroments We set some variables for linking zlib to '' which we shouldn't do. Let the Makefile sort these things out. Signed-off-by: Quentin Boswank --- scripts/build/companion_libs/050-zlib.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build/companion_libs/050-zlib.sh b/scripts/build/companion_libs/050-zlib.sh index 07c95496..fff326b2 100644 --- a/scripts/build/companion_libs/050-zlib.sh +++ b/scripts/build/companion_libs/050-zlib.sh @@ -92,8 +92,6 @@ do_zlib_backend() { cp -av "${CT_SRC_DIR}/zlib/." . extra_make=( -f win32/Makefile.gcc \ PREFIX="${host}-" \ - SHAREDLIB= \ - IMPLIB= \ LIBRARY_PATH="${prefix}/lib" \ INCLUDE_PATH="${prefix}/include" \ BINARY_PATH="${prefix}/bin" \ -- cgit v1.2.3