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
Feature request: Make it possible to check c++ version in same place #140
Open
sssoleileraaa opened 6 years ago
We currently have to put the c++ version in two place, (1) common.gypi and (2) binding.gyp:
Let's add a shared variable for c++ version that we can use in these two places.