summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-25 20:54:38 +0800
committerruki <[email protected]>2017-02-25 20:54:38 +0800
commitd2cb65ef196d9c9696136040b66cd3b8efde3133 (patch)
tree18537bdaca0c12187981d3b5ad2dd7d38f751441 /xmake/core/base/interpreter.lua
parent7594c6a140173ce5ca2475587b86bc865d183ea0 (diff)
rename goflags to gcflags
Diffstat (limited to 'xmake/core/base/interpreter.lua')
-rw-r--r--xmake/core/base/interpreter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index 54cf28f3d..f913c61db 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -1176,14 +1176,14 @@ end
-- {
-- -- target.add_xxx
-- "target.add_links"
--- , "target.add_goflags"
+-- , "target.add_gcflags"
-- , "target.add_ldflags"
-- , "target.add_arflags"
-- , "target.add_shflags"
--
-- -- option.add_xxx
-- , "option.add_links"
--- , "option.add_goflags"
+-- , "option.add_gcflags"
-- , "option.add_ldflags"
-- , "option.add_arflags"
-- , "option.add_shflags"