diff options
| author | ruki <[email protected]> | 2023-11-17 22:41:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-17 22:41:02 +0800 |
| commit | 6a4c1a917ef785489af8cdbed042fdf369f75d75 (patch) | |
| tree | 51cfbfee3ebdb0f30f62da7c63db550bc7fd46e7 /core/src | |
| parent | 03671d0941bf93a5a66eff081d8b50c8f43a532a (diff) | |
update comments
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/demo/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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") |
