Invoke config.py instead of pl: Python port of 5d46f6a89b

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Yuto Takano 2021-08-05 20:19:57 +01:00
parent c62b4084a2
commit 062289c657

View file

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