]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-99108: Amend Modules/Setup (#123146)
authorJonathan Protzenko <protz@microsoft.com>
Fri, 23 Aug 2024 06:40:31 +0000 (23:40 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 06:40:31 +0000 (08:40 +0200)
Modules/Setup

index e4acf6bc7de8ea5797d9417ea47484727366bff1..ddf39e0b9666100dc3e12645380bac54742aa79b 100644 (file)
@@ -165,7 +165,7 @@ PYTHONPATH=$(COREPYTHONPATH)
 #pyexpat pyexpat.c
 
 # hashing builtins
-#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
+#_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_Blake2.a
 #_md5 md5module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_MD5.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
 #_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_SHA1.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
 #_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA2.a