diff options
| -rw-r--r-- | xmake/rules/go/build/object.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/go/build/object.lua b/xmake/rules/go/build/object.lua index 21436be47..cf76bf1f0 100644 --- a/xmake/rules/go/build/object.lua +++ b/xmake/rules/go/build/object.lua @@ -27,7 +27,7 @@ import("utils.progress") -- build the source files function main(target, sourcebatch, opt) - + -- get source files and kind local sourcefiles = sourcebatch.sourcefiles local sourcekind = sourcebatch.sourcekind |
