mapbox / node-cpp-skel

Skeleton for bindings to C++ libraries for Node.js using node-addon-api
Creative Commons Zero v1.0 Universal
72 stars 10 forks source link

Add more details about .gyp files used in the background #89

Closed springmeyer closed 6 years ago

springmeyer commented 6 years ago

node-gyp loads up .gypi files from itself and from node core and these have defaults and other settings that impact the build (binding.gyp inherits from them). So, this adds a note about this to the extended docs.

/cc @GretaCB