Skip to content

Commit

Permalink
#341 Disable verbosity for collecting build system
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Nov 1, 2015
1 parent 534c0e4 commit 40b7d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/corto/lang/rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LIB = ['rt', 'dl', 'm']
CFLAGS ||= ["-Wunused-parameter"]

task :collect do
verbose(false)
buildPath = "#{ENV['HOME']}/.corto/pack/lib/corto/#{VERSION}/build"
sh "mkdir -p #{buildPath}"
sh "cp #{ENV['CORTO_BUILD']}/* #{buildPath}/"
Expand Down

0 comments on commit 40b7d2d

Please sign in to comment.