We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7226a70 commit 822ec92Copy full SHA for 822ec92
xmake.ts
@@ -74,7 +74,7 @@ async function RunXmakeConfig(
74
console.log({ file });
75
const cwd = path.dirname(file);
76
const others = [
77
- `${executable} clean `,
+ `${executable} clean --project=. "--file=./xmake.lua"`,
78
`${executable} f ${toolchain ? "--toolchain=" + toolchain : ""} ${
79
sdk ? "'--sdk=" + sdk + "'" : ""
80
} -y -v --project=. "--file=./xmake.lua" ${
0 commit comments