Skip to content

Commit 822ec92

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

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 `,
77+
`${executable} clean --project=. "--file=./xmake.lua"`,
7878
`${executable} f ${toolchain ? "--toolchain=" + toolchain : ""} ${
7979
sdk ? "'--sdk=" + sdk + "'" : ""
8080
} -y -v --project=. "--file=./xmake.lua" ${

0 commit comments

Comments
 (0)