summaryrefslogtreecommitdiff
path: root/core/src/demo/xmake.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/demo/xmake.c')
-rw-r--r--core/src/demo/xmake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/xmake.c b/core/src/demo/xmake.c
index d6605f7d0..b29a28806 100644
--- a/core/src/demo/xmake.c
+++ b/core/src/demo/xmake.c
@@ -8,5 +8,5 @@
*/
tb_int_t main(tb_int_t argc, tb_char_t** argv)
{
- return xm_engine_run(argc, argv, tb_null);
+ return xm_engine_run("xmake", argc, argv, tb_null);
}