summaryrefslogtreecommitdiff
path: root/xmake/rules/go/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-14 00:28:36 +0800
committerruki <[email protected]>2020-03-13 20:51:38 +0800
commit1925d9171b2dce49cb95e5816fd38bc103a44be3 (patch)
tree562d69de480b5cda4842a6d3c46088a3156a92e9 /xmake/rules/go/xmake.lua
parent87272da2962c65216670860a2390638c4516841b (diff)
improve go rule
Diffstat (limited to 'xmake/rules/go/xmake.lua')
-rw-r--r--xmake/rules/go/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/go/xmake.lua b/xmake/rules/go/xmake.lua
index 87c04aece..b7610b0f6 100644
--- a/xmake/rules/go/xmake.lua
+++ b/xmake/rules/go/xmake.lua
@@ -21,7 +21,7 @@
-- define rule: go.build
rule("go.build")
set_sourcekinds("gc")
- on_build_files("build.object", {batch = true})
+ on_build_files("build.object")
-- define rule: cpp
rule("go")