mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Invoke config.py instead of pl: Python port of 5d46f6a89b
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
@ -301,7 +301,7 @@ class NameCheck(object):
|
||||
"include/mbedtls/mbedtls_config.h.bak")
|
||||
try:
|
||||
subprocess.run(
|
||||
["perl", "scripts/config.pl", "full"],
|
||||
["perl", "scripts/config.py", "full"],
|
||||
encoding=sys.stdout.encoding,
|
||||
check=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user