Skip to content

Commit

Permalink
Update xmake.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed May 17, 2023
1 parent 822ec92 commit b4421be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function RunXmakeConfig(
console.log({ file });
const cwd = path.dirname(file);
const others = [
`${executable} clean --project=. "--file=./xmake.lua"`,
`${executable} clean --project=. "--file=./xmake.lua" -a `,
`${executable} f ${toolchain ? "--toolchain=" + toolchain : ""} ${
sdk ? "'--sdk=" + sdk + "'" : ""
} -y -v --project=. "--file=./xmake.lua" ${
Expand Down

0 comments on commit b4421be

Please sign in to comment.