Skip to content

Commit

Permalink
Include libluv.pc.in in release .tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Sep 4, 2019
1 parent 69204d3 commit 946784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/make_rockspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sed -e "${script}" -i rockspecs/luv-${version}.rockspec
# .tar.gz
rm -rf luv-${version}
mkdir -p luv-${version}/deps
cp -r src cmake CMakeLists.txt LICENSE.txt README.md docs.md luv-${version}/
cp -r src cmake CMakeLists.txt LICENSE.txt README.md docs.md libluv.pc.in luv-${version}/
cp -r deps/libuv deps/lua-compat-5.3 deps/*.cmake deps/lua_one.c luv-${version}/deps/
COPYFILE_DISABLE=true tar -czvf luv-${version}.tar.gz luv-${version}
rm -rf luv-${version}

0 comments on commit 946784f

Please sign in to comment.