DataDog / dd-native-appsec-js

Node.js bindings for libddwaf
Apache License 2.0
1 stars 3 forks source link

Fix build process #47

Closed simon-id closed 2 years ago

simon-id commented 2 years ago

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 never node-gyp version