mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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:
parent
c62b4084a2
commit
062289c657
|
|
@ -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…
Reference in a new issue