Skip to content

Commit

Permalink
update for mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 16, 2024
1 parent eb1dd51 commit 55fde4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function buildTintD() {
if (process.platform === 'win32') {
await execute('msbuild', ['-m', '-t:tint_cmd_tintd_cmd', 'dawn.sln']);
} else {
await execute('make', ['-C', 'out/cmake-release', 'tintd']);
await execute('make', ['tint_cmd_tintd_cmd']);
}
} finally {
process.chdir(cwd);
Expand Down

0 comments on commit 55fde4c

Please sign in to comment.