mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +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")
|
"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
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user