Skip to content

Commit

Permalink
fixed building on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeinlschmidt committed Feb 21, 2016
1 parent 6d825ec commit ec9071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build.lua
Expand Up @@ -283,7 +283,7 @@ _target.build = function( self )
code = 0
end
end
if code ~= 0 then
if code ~= 0 and code ~= true then
print( utils.col_red( "[builder] Error building target" ) )
if self.builder.disp_mode ~= 'all' and type( cmd ) == "string" then
print( utils.col_red( "[builder] Last executed command was: " ) )
Expand Down

0 comments on commit ec9071d

Please sign in to comment.