mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 04:43:32 +00:00
Move -B switch into a single argument
This will prevent CMake from mistaking the build directory for the source directory Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
b48822c816
commit
41c316d3b2
@ -77,7 +77,7 @@ def main(library_build_dir: str):
|
||||
subprocess.check_call([
|
||||
'cmake', '.',
|
||||
'-GUnix Makefiles',
|
||||
'-B', library_build_dir
|
||||
'-B' + library_build_dir
|
||||
])
|
||||
subprocess.check_call(['cmake', '--build', library_build_dir,
|
||||
'-t', crypto_name])
|
||||
|
Loading…
x
Reference in New Issue
Block a user