We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1007844 commit 1187a3aCopy full SHA for 1187a3a
binding.gyp
@@ -23,6 +23,7 @@
23
]
24
},
25
'include_dirs': [
26
+ "<!(node -p \"require('node-addon-api').include_dir\")",
27
'<(module_root_dir)/deps/zstd/include'
28
],
29
@@ -32,11 +33,11 @@
32
33
'<(module_root_dir)/deps/zstd/build/cmake/lib/libzstd.a',
34
35
36
+ 'include_dirs': [
37
38
+ "<(module_root_dir)/deps/zstd/lib",
39
+ ],
40
- 'include_dirs': [
- "<!(node -p \"require('node-addon-api').include_dir\")",
- "<(module_root_dir)/deps/zstd/lib",
- ],
41
42
['OS=="mac"', {
43
'xcode_settings': {
0 commit comments