summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/trybuild/make.lua
diff options
context:
space:
mode:
authorRoy Ivy III <[email protected]>2020-02-22 19:00:05 -0600
committerRoy Ivy III <[email protected]>2020-02-22 19:00:05 -0600
commitf1a390e71d8c96ab005b01115e04ad109ea44d77 (patch)
tree370dfaca480d06749f68dc9ff2fc40ee88252a71 /xmake/modules/private/action/trybuild/make.lua
parent4a7f397b9036a3c31cad090732d758794555e40c (diff)
change ~ use 'success' theme more widely
Diffstat (limited to 'xmake/modules/private/action/trybuild/make.lua')
-rw-r--r--xmake/modules/private/action/trybuild/make.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/modules/private/action/trybuild/make.lua b/xmake/modules/private/action/trybuild/make.lua
index 35a02c7f2..949ab4224 100644
--- a/xmake/modules/private/action/trybuild/make.lua
+++ b/xmake/modules/private/action/trybuild/make.lua
@@ -50,7 +50,5 @@ function build()
table.insert(argv, "-j" .. option.get("jobs"))
os.vexecv("make", argv)
end
- cprint("${bright}build ok!")
+ cprint("${color.success}build ok!${clear}")
end
-
-