Skip to content
Snippets Groups Projects
Commit a754ca2a authored by Lars Kanis's avatar Lars Kanis
Browse files

don't use the Makefile that comes with zlib - it has no install task -> use configure to build it

parent b6ddb61d
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ end
# Extract the libz builds
file STATIC_LIBZ_BUILDDIR => LIBZ_TARBALL do |t|
sh 'tar', '-xjf', LIBZ_TARBALL.to_s, '-C', STATIC_LIBZ_BUILDDIR.parent.to_s
rm LIBZ_MAKEFILE
end
LIBZ_ENV = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment