Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 4, 2024
1 parent 1007844 commit 1187a3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
]
},
'include_dirs': [
"<!(node -p \"require('node-addon-api').include_dir\")",
'<(module_root_dir)/deps/zstd/include'
],
},
Expand All @@ -32,11 +33,11 @@
'<(module_root_dir)/deps/zstd/build/cmake/lib/libzstd.a',
]
},
'include_dirs': [
"<!(node -p \"require('node-addon-api').include_dir\")",
"<(module_root_dir)/deps/zstd/lib",
],
},
'include_dirs': [
"<!(node -p \"require('node-addon-api').include_dir\")",
"<(module_root_dir)/deps/zstd/lib",
],
],
['OS=="mac"', {
'xcode_settings': {
Expand Down

0 comments on commit 1187a3a

Please sign in to comment.