Skip to content

Commit 8e4ed9c

Browse files
committed
Fixed build file
1 parent 808daec commit 8e4ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bladefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
--cross compile
5252
function target.build()
5353
sh.go("generate")
54-
sh(gocmd("gox"), "-os", "linux darwin"):print()
54+
sh.gox("-os", "linux darwin"):print()
5555
end
5656

5757
--download, install and setup gox for cross compile

0 commit comments

Comments
 (0)