diff --git a/binding.gyp b/binding.gyp index 05fde38..81a8b20 100644 --- a/binding.gyp +++ b/binding.gyp @@ -49,6 +49,13 @@ } } ], + [ + "target_arch=='arm64'", { + "variables": { + "openssl_config_path": "<(nodedir)/deps/openssl/config/arm" + } + } + ], ], "include_dirs": [ "<(nodedir)/deps/openssl/openssl/include",