Skip to content

Commit f9f7291

Browse files
committed
(hopefully) fix MSVC build
1 parent fcc16d3 commit f9f7291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTENSION('hash', 'hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c ' +
1515
'hash_sha3.c hash_murmur.c hash_xxhash.c hash_blake3.c', false);
1616

1717
// todo: add sse2/avx2/avx512/etc optimized versions of blake3
18-
ADD_SOURCES('ext/hash/blake3', 'blake3.c blake3_dispatch.c blake3_portable.c');
18+
ADD_SOURCES('ext/hash/blake3/blake3_upstream/c', 'blake3.c blake3_dispatch.c blake3_portable.c');
1919

2020
var hash_sha3_dir = 'ext/hash/sha3/generic' + (X64 ? '64' : '32') + 'lc';
2121

0 commit comments

Comments
 (0)