Skip to content

Commit 865bc0e

Browse files
committed
fix: link LZMA thread support on Windows
1 parent f082507 commit 865bc0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

binding.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"HDiffPatch/libHDiffPatch/HDiff/private_diff/window_diff/window_matcher.cpp",
2323
"HDiffPatch/libHDiffPatch/HPatchLite/hpatch_lite.c",
2424
"HDiffPatch/libHDiffPatch/HDiff/private_diff/match_inplace.cpp",
25+
"lzma/C/7zStream.c",
2526
"lzma/C/CpuArch.c",
2627
"lzma/C/LzFind.c",
2728
"lzma/C/LzFindMt.c",
@@ -31,6 +32,7 @@
3132
"lzma/C/Lzma2Dec.c",
3233
"lzma/C/Lzma2Enc.c",
3334
"lzma/C/MtCoder.c",
35+
"lzma/C/MtDec.c",
3436
"lzma/C/Threads.c"
3537
],
3638
"defines": [

0 commit comments

Comments
 (0)