Skip to content

Commit

Permalink
fix: bundle release build on windows (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Neal Beeken <[email protected]>
  • Loading branch information
baileympearson and nbbeeken authored Dec 5, 2024
1 parent 134d483 commit 999c506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
'link_settings': {
'libraries': [
'<(module_root_dir)/deps/zstd/out/lib/Debug/zstd_static.lib'
'<(module_root_dir)/deps/zstd/out/lib/Release/zstd_static.lib'
]
},
},
Expand Down
2 changes: 1 addition & 1 deletion etc/install-zstd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build_zstd() {
-DCMAKE_BUILD_TYPE=Release \
../build/cmake

cmake --build . --target libzstd_static
cmake --build . --target libzstd_static --config Release
}

clean_deps
Expand Down

0 comments on commit 999c506

Please sign in to comment.