diff options
| -rw-r--r-- | xmake/actions/clean/main.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua index 40c73faa1..6470208d5 100644 --- a/xmake/actions/clean/main.lua +++ b/xmake/actions/clean/main.lua @@ -164,6 +164,9 @@ function main() -- local config first config.load() + -- load targets + project.load_targets() + -- enter project directory local oldir = os.cd(project.directory()) |
