This makes the build process actually work as intended
Motivation
Building process broke on windows because of Visual Studio 2022, and I discovered that we weren't using the intended version of node-gyp. Then I had to install a recent version of python to make it work with the never node-gyp version
What does this PR do?
This makes the build process actually work as intended
Motivation
Building process broke on windows because of Visual Studio 2022, and I discovered that we weren't using the intended version of
node-gyp
. Then I had to install a recent version of python to make it work with the nevernode-gyp
version