Skip to content

Commit a64aa47

Browse files
authored
GH-99108: Amend Modules/Setup (#123146)
1 parent 4c3f0cb commit a64aa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ PYTHONPATH=$(COREPYTHONPATH)
165165
#pyexpat pyexpat.c
166166

167167
# hashing builtins
168-
#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
168+
#_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_Blake2.a
169169
#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_MD5.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
170170
#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_SHA1.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
171171
#_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA2.a

0 commit comments

Comments
 (0)