8000 gh-131298: update `Modules/Setup` after HACL* static linking changes … · python/cpython@bd2e5f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd2e5f0

Browse files
authored
gh-131298: update Modules/Setup after HACL* static linking changes (#133012)
This was overlooked in 5f2ba15.
1 parent 632524a commit bd2e5f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Modules/Setup

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ PYTHONPATH=$(COREPYTHONPATH)
165165
#pyexpat pyexpat.c
166166

167167
# hashing builtins
168-
#_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_Blake2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
169-
#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_MD5.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
170-
#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA1.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
171-
#_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
172-
#_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA3.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
173-
#_hmac hmacmodule.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_HMAC.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
168+
#_blake2 blake2module.c
169+
#_md5 md5module.c
170+
#_sha1 sha1module.c
171+
#_sha2 sha2module.c
172+
#_sha3 sha3module.c
173+
#_hmac hmacmodule.c
174174

175175
# text encodings and unicode
176176
#_codecs_cn cjkcodecs/_codecs_cn.c

0 commit comments

Comments
 (0)
0