Skip to content

Commit b4421be

Browse files
committed
Update xmake.ts
1 parent 822ec92 commit b4421be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function RunXmakeConfig(
7474
console.log({ file });
7575
const cwd = path.dirname(file);
7676
const others = [
77-
`${executable} clean --project=. "--file=./xmake.lua"`,
77+
`${executable} clean --project=. "--file=./xmake.lua" -a `,
7878
`${executable} f ${toolchain ? "--toolchain=" + toolchain : ""} ${
7979
sdk ? "'--sdk=" + sdk + "'" : ""
8080
} -y -v --project=. "--file=./xmake.lua" ${

0 commit comments

Comments
 (0)