mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +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'
|
||||
|
||||
if not os.path.exists(crypto_lib_filename):
|
||||
#pylint: disable=bad-continuation
|
||||
subprocess.check_call([
|
||||
'cmake', '.',
|
||||
'-GUnix Makefiles',
|
||||
|
Loading…
x
Reference in New Issue
Block a user