Hi,
Is there a way to default a variable in binding.gyp yet allow a different user externally set a different value.
https://github.com/HDF-NI/hdf5.node/blob/master/binding.gyp#L3
Some people have a hard coded path to native dependencies while others like a more app packaged deployment and/or the ability to have more than one version installed
"hdf5_home_linux": "/usr/local"
How to keep a default yet make it adaptable for other choices?
Hi,
Is there a way to default a variable in binding.gyp yet allow a different user externally set a different value.
https://github.com/HDF-NI/hdf5.node/blob/master/binding.gyp#L3
Some people have a hard coded path to native dependencies while others like a more app packaged deployment and/or the ability to have more than one version installed
How to keep a default yet make it adaptable for other choices?