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")
|
"include/mbedtls/mbedtls_config.h.bak")
|
||||||
try:
|
try:
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
["perl", "scripts/config.pl", "full"],
|
["perl", "scripts/config.py", "full"],
|
||||||
encoding=sys.stdout.encoding,
|
encoding=sys.stdout.encoding,
|
||||||
check=True
|
check=True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue