Skip to content

Commit

Permalink
(hopefully) fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 committed Jan 19, 2024
1 parent fcc16d3 commit f9f7291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/hash/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTENSION('hash', 'hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c ' +
'hash_sha3.c hash_murmur.c hash_xxhash.c hash_blake3.c', false);

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

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

Expand Down

0 comments on commit f9f7291

Please sign in to comment.