From 8c38e59f3640ccc9a14b7f777d0cbc3ba96520d6 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 8 Sep 2021 16:07:14 -0700 Subject: fix: move include file to correct location --- vendor/sync | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor') diff --git a/vendor/sync b/vendor/sync index 0ac5ecd..8135180 100755 --- a/vendor/sync +++ b/vendor/sync @@ -118,6 +118,8 @@ build_zlib() make -j2 make install + mv $ROOT/include/zlib.h $ROOT/include/zconf.h $ROOT/include/vendor + cd $VENDOR echo $ZLIB_TAG > zlib/build.tag } -- cgit v1.2.1