summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
diff options
context:
space:
mode:
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"