我正在尝试在需要openssl库的电子中使用node-webcrypto-ossl并包含要包含在binding.gyp中的文件夹。
我尝试将其包含在目标中
targets": [
{
"include_dirs": [
"<!(node -e \"require('nan')\")",
"<(openssl_dir)/include",
"/path/to/homebrew/openssl/lib",
"/path/to/homebrew/openssl/include"
],
但它没有用