diff options
author | Jonathan Protzenko <protz@microsoft.com> | 2024-08-23 06:40:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 06:40:31 (GMT) |
commit | a64aa47302bad05c4cd2e98d54e39a33722bf54f (patch) | |
tree | 43bc826883fa48de913333faf914e5b34a4def5a | |
parent | 4c3f0cbeaec0d49212d305618743fabb0e74a696 (diff) | |
download | cpython-a64aa47302bad05c4cd2e98d54e39a33722bf54f.zip cpython-a64aa47302bad05c4cd2e98d54e39a33722bf54f.tar.gz cpython-a64aa47302bad05c4cd2e98d54e39a33722bf54f.tar.bz2 |
GH-99108: Amend Modules/Setup (#123146)
-rw-r--r-- | Modules/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup b/Modules/Setup index e4acf6b..ddf39e0 100644 --- a/Modules/Setup +++ b/Modules/Setup @@ -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 |