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 8e8be3c commit f798dacCopy full SHA for f798dac
build/build.js
@@ -45,6 +45,7 @@ async function buildDawnNode() {
45
...addElemIf(!isWin, '-GNinja'),
46
'-DDAWN_BUILD_NODE_BINDINGS=1',
47
'-DDAWN_USE_X11=OFF',
48
+ ...addElemIf(isWin, '-DCMAKE_SYSTEM_VERSION=10.0.26100.0'),
49
...addElemIf(isMac, '-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk'),
50
]);
51
if (isWin) {
0 commit comments