diff --git a/build/build.js b/build/build.js index 94b30a8..aad8505 100644 --- a/build/build.js +++ b/build/build.js @@ -48,7 +48,7 @@ async function buildDawnNode() { ...addElemIf(isMac, '-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk'), ]); if (isWin) { - await execute('cmake', ['--build', '.', '--target', 'dawn.node']) + await execute('cmake', ['--build', '.', '--target', 'dawn_node']) } else { await execute('ninja', ['dawn.node']); }