mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00:00
Disable pylint error in CMake command
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
3b8984af5c
commit
2ba89bece6
@ -68,6 +68,7 @@ def main(library_build_dir: str):
|
|||||||
crypto_lib_filename = library_build_dir + '/library/libmbedcrypto.a'
|
crypto_lib_filename = library_build_dir + '/library/libmbedcrypto.a'
|
||||||
|
|
||||||
if not os.path.exists(crypto_lib_filename):
|
if not os.path.exists(crypto_lib_filename):
|
||||||
|
#pylint: disable=bad-continuation
|
||||||
subprocess.check_call([
|
subprocess.check_call([
|
||||||
'cmake', '.',
|
'cmake', '.',
|
||||||
'-GUnix Makefiles',
|
'-GUnix Makefiles',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user