summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-20 00:44:24 +0800
committerruki <[email protected]>2019-09-19 22:26:27 +0800
commit9becb20295d0bec826f6aa89586aca1c67b264d2 (patch)
tree89b837e167d3ebec1f71ac0f63672ee4eb8fcaa1 /xmake/plugins
parent3226821d7af1ce96347e93a3ead4e196618c54e5 (diff)
remove ok_hand
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/doxygen/main.lua2
-rwxr-xr-xxmake/plugins/project/main.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua
index 6b94fd1e1..fe9395aef 100644
--- a/xmake/plugins/doxygen/main.lua
+++ b/xmake/plugins/doxygen/main.lua
@@ -108,5 +108,5 @@ function main()
-- trace
cprint("${bright green}result: ${default green}%s/html/index.html", outputdir)
- cprint("${bright}doxygen ok!${ok_hand}")
+ cprint("${bright}doxygen ok!")
end
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index cfcf10c2b..0f55057b3 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -81,5 +81,5 @@ function main()
environment.leave("toolchains")
-- trace
- cprint("${bright}create ok!${ok_hand}")
+ cprint("${bright}create ok!")
end