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

change unconditional LIBZ_MAKEFILE task to a file task - the configure needs...

change unconditional LIBZ_MAKEFILE task to a file task - the configure needs to be started only once
parent 06e448ef
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ LIBZ_ENV = [
]
# generate the makefile in a clean build location
task LIBZ_MAKEFILE => [STATIC_LIBZ_BUILDDIR] do |t|
file LIBZ_MAKEFILE => [STATIC_LIBZ_BUILDDIR] do |t|
Dir.chdir( STATIC_LIBZ_BUILDDIR ) do
options = [
"--prefix=#{STATIC_INSTALLDIR}",
......
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