Commit 81c7c920 authored by satmandu's avatar satmandu Committed by GitHub

Verbose build to show errors (#4674)

parent 5936ce16
......@@ -24,7 +24,7 @@ class Nss < Package
ENV['USEABSPATH'] = 'NO'
ENV['NSS_GYP_PREFIX'] = CREW_PREFIX
Dir.chdir 'nss' do
system "./build.sh --opt --gcc --gyp --with-nspr=#{CREW_PREFIX}/include/nspr --system-nspr --system-sqlite --disable-tests"
system "./build.sh -v --opt --gcc --gyp --with-nspr=#{CREW_PREFIX}/include/nspr --system-nspr --system-sqlite --disable-tests"
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment