You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 1.1.1 gyp.js uses environment files. Set --target_arch
command-line option with value of node-gyp --arch option in order to
generate proper ninja environment file.
Removed findMSVS() function and `vcvars.bat` invocation before building with
`ninja` because `gyp.js` supports target environments and the actual
`target_arch` is set before on `configure` stage.
0 commit comments