mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 01:20:35 +00:00
Use '--target' instead of shortened '-t'
This enables compatibility with older versions of CMake that do not have the abbreviated switch. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
3ed1871920
commit
8f3ec8ec9d
@ -81,7 +81,7 @@ def main(library_build_dir: str):
|
|||||||
'-B' + library_build_dir
|
'-B' + library_build_dir
|
||||||
])
|
])
|
||||||
subprocess.check_call(['cmake', '--build', library_build_dir,
|
subprocess.check_call(['cmake', '--build', library_build_dir,
|
||||||
'-t', crypto_name])
|
'--target', crypto_name])
|
||||||
|
|
||||||
psa_arch_tests_dir = 'psa-arch-tests'
|
psa_arch_tests_dir = 'psa-arch-tests'
|
||||||
os.makedirs(psa_arch_tests_dir, exist_ok=True)
|
os.makedirs(psa_arch_tests_dir, exist_ok=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user