Remove binding.gyp

This commit is contained in:
Essem 2022-01-21 00:00:57 -06:00
parent c3af67c86a
commit f6f8c4e17e
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
{
"targets": [
{
"target_name": "image",
"sources": [ "<!@(node -p \"require('fs').readdirSync('./natives').map(f=>'natives/'+f).join(' ')\")" ],
"cflags!": [ "-fno-exceptions", "<!(pkg-config --cflags Magick++)" ],
"cflags_cc": [ "-std=c++17" ],
"cflags_cc!": [ "-fno-exceptions", "<!(pkg-config --cflags Magick++)" ],
"include_dirs": [
"<!@(node -p \"require('node-addon-api').include\")",
"<!@(pkg-config --cflags-only-I Magick++ | sed 's/^.\{2\}//')"
],
"libraries": [
"<!(pkg-config --libs Magick++)",
],
"defines": ["NAPI_CPP_EXCEPTIONS", "MAGICKCORE_HDRI_ENABLE=0", "MAGICKCORE_QUANTUM_DEPTH=16"]
}
]
}