aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-09-08 16:07:14 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-09-08 16:07:14 -0700
commit8c38e59f3640ccc9a14b7f777d0cbc3ba96520d6 (patch)
treed999bf246dbe8fc0b86d1da2be17ba99af1e03f0
parentc519a3bf43c3bde498f3f970ddc3f1ef5d76b384 (diff)
fix: move include file to correct location
-rwxr-xr-xvendor/sync2
1 files changed, 2 insertions, 0 deletions
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
}