mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Remove useless line
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
13ecb691a3
commit
79cae20a02
|
|
@ -178,7 +178,6 @@ def main() -> int:
|
||||||
|
|
||||||
repo_root = os.path.abspath(args.repo_root)
|
repo_root = os.path.abspath(args.repo_root)
|
||||||
|
|
||||||
library_dir = ''
|
|
||||||
if build_tree.looks_like_mbedtls_root(repo_root):
|
if build_tree.looks_like_mbedtls_root(repo_root):
|
||||||
library_dir = 'library'
|
library_dir = 'library'
|
||||||
elif build_tree.looks_like_tf_psa_crypto_root(repo_root):
|
elif build_tree.looks_like_tf_psa_crypto_root(repo_root):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue