getchardy

Results 1 comments of getchardy

I saw a similar issue reported in https://github.com/nodejs/node-gyp/issues/2673. If I add the following into `bindings.gyp` then it works: ``` 'variables' : { 'openssl_fips': '', } ```