Invoke config.py instead of pl: Python port of 5d46f6a89b
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
c62b4084a2
commit
062289c657
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue