Skip to content

Commit

Permalink
Fixed --no-build switch when compiler command is run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Dec 14, 2014
1 parent 516588e commit 0d62198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/command.cr
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module Crystal::Command
tempfile.close

result = config.compile output_filename
execute output_filename, config.arguments
execute output_filename, config.arguments unless config.compiler.no_build?
end

private def self.run_specs(options)
Expand Down

0 comments on commit 0d62198

Please sign in to comment.