gh-133042: disable HACL* HMAC on Emscripten (#133064)

This commit is contained in:
Bénédikt Tran 2025-05-04 21:55:49 +02:00 committed by GitHub
parent d8c118f50d
commit 7b96701ccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

2
configure generated vendored
View file

@ -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 :