From 3fe7d5544f894e41486e4d086c2ce053ae4dac3b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 14:58:35 +0300 Subject: [PATCH] zlib: update for new env --- core/zlib/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/zlib/build b/core/zlib/build index 2426a8e7..69f99c1d 100755 --- a/core/zlib/build +++ b/core/zlib/build @@ -8,4 +8,4 @@ export CFLAGS="$CFLAGS -fPIC" --shared make -make DESTDIR="$1" install +make install