From 6a4c1a917ef785489af8cdbed042fdf369f75d75 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Nov 2023 22:41:02 +0800 Subject: update comments --- core/src/demo/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua index 72892693d..a45c82693 100644 --- a/core/src/demo/xmake.lua +++ b/core/src/demo/xmake.lua @@ -69,6 +69,7 @@ target("demo") end before_installcmd(function (target, batchcmds, opt) + -- we need to avoid some old files interfering with xmake's module import. if target:is_plat("windows") then batchcmds:rmdir("actions") batchcmds:rmdir("core") -- cgit v1.3.1