You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

47 lines
1.2 KiB

{
"targets": [
{
"target_name": "equihashverify",
"dependencies": [
],
"sources": [
"support/cleanse.cpp",
"uint256.cpp",
"random.cpp",
"util.cpp",
"utiltime.cpp",
"utilstrencodings.cpp",
"crypto/equihash.cpp",
"crypto/hmac_sha256.cpp",
"crypto/hmac_sha512.cpp",
"crypto/ripemd160.cpp",
"crypto/sha1.cpp",
"crypto/sha256.cpp",
"crypto/sha512.cpp",
"equihashverify.cc"
],
"include_dirs": [
"<!(node -e \"require('nan')\")",
".",
"/usr/include"
],
"defines": [
"HAVE_DECL_STRNLEN=1",
"HAVE_BYTESWAP_H=1"
],
"cflags_cc": [
"-std=c++11",
"-Wl,--whole-archive",
"-fPIC",
"-fexceptions"
],
"link_settings": {
"libraries": [
"-Wl,-rpath,./build/Release/",
]
},
}
]
}