Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit927d80b

Browse files
authored
Ensure that Hacl_Hash_SHA2 does not appear as a library to link to (astral-sh#312)
1 parentee9062d commit927d80b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎cpython-unix/extension-modules.yml‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -427,17 +427,12 @@ _sha2:
427427
minimum-python-version:"3.12"
428428
sources:
429429
-sha2module.c
430+
-_hacl/Hacl_Hash_SHA2.c
430431
includes:
431432
-Modules/_hacl/include
432-
-Modules/_hacl/internal
433433
defines:
434434
-_BSD_SOURCE
435435
-_DEFAULT_SOURCE
436-
links:
437-
# Use the colon syntax to prevent the library dependency from getting
438-
# recorded in JSON metadata. This relies on setting up a linker library
439-
# path (-L) in LDFLAGS.
440-
-":libHacl_Hash_SHA2.a"
441436

442437
_sha3:
443438
sources-conditional:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp