summaryrefslogtreecommitdiff
path: root/xmake/rules/mode/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-13 23:57:36 +0800
committerruki <[email protected]>2018-04-13 17:45:40 +0800
commit9e80cf8b5075b5eb4af1a2a0b652b486ddfe2da9 (patch)
treee671c9a9dff3690f934f07d8f3164a99400ea078 /xmake/rules/mode/xmake.lua
parentd8a540a7e74e224d0a19dec874628a69766bcd98 (diff)
add ascii logo in readme
Diffstat (limited to 'xmake/rules/mode/xmake.lua')
-rw-r--r--xmake/rules/mode/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/mode/xmake.lua b/xmake/rules/mode/xmake.lua
index 6511667c5..1d0aa11d3 100644
--- a/xmake/rules/mode/xmake.lua
+++ b/xmake/rules/mode/xmake.lua
@@ -26,6 +26,7 @@
rule("mode:debug")
on_load(function (target)
+ -- TODO if is_mode("debug")
-- is debug mode now? xmake f -m debug
if val("mode") == "debug" then