Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit dc20471

Browse files
committed
increase verbosity
1 parent ffee643 commit dc20471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/curl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
]
5757
configure(*configure_options, env: env)
5858

59-
command "make -j #{workers}", env: { "LD_RUN_PATH" => "#{install_dir}/embedded/lib" }
59+
command "make -j #{workers} V=1", env: { "LD_RUN_PATH" => "#{install_dir}/embedded/lib" }
6060
command "make install"
6161
end

0 commit comments

Comments
 (0)