mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-16 10:37:54 -04:00
Invoke config.py instead of pl: Python port of 5d46f6a89b25603f0a77466c618213200c328510
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…
x
Reference in New Issue
Block a user