mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-133042: disable HACL* HMAC on Emscripten (#133064)
This commit is contained in:
parent
d8c118f50d
commit
7b96701ccc
2 changed files with 5 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
@ -32811,7 +32811,7 @@ printf %s "checking for stdlib extension module _hmac... " >&6; }
|
|||
if test "$py_cv_module__hmac" != "n/a"
|
||||
then :
|
||||
|
||||
if true
|
||||
if test "$ac_sys_system" != "Emscripten"
|
||||
then :
|
||||
if true
|
||||
then :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue