Skip to content

Commit

Permalink
Fixed build file
Browse files Browse the repository at this point in the history
  • Loading branch information
otm committed Feb 22, 2016
1 parent 808daec commit 8e4ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bladefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
--cross compile
function target.build()
sh.go("generate")
sh(gocmd("gox"), "-os", "linux darwin"):print()
sh.gox("-os", "linux darwin"):print()
end

--download, install and setup gox for cross compile
Expand Down

0 comments on commit 8e4ed9c

Please sign in to comment.