Skip to content

Commit

Permalink
should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 4, 2024
1 parent 90892ef commit ad4bc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
{
'link_settings': {
'libraries': [
'<(module_root_dir)/deps/zstd/build/cmake/lib/Release/zstd_static.lib'
'<(module_root_dir)/deps/zstd/out/lib/Debug/zstd_static.lib'
]
},
},
{ # macos and linux
'link_settings': {
'libraries': [
'<(module_root_dir)/deps/zstd/build/cmake/lib/libzstd.a',
'<(module_root_dir)/deps/zstd/out/lib/libzstd.a',
]
},
}
Expand Down

0 comments on commit ad4bc3a

Please sign in to comment.