mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-19 02:10:21 +02:00
Fix incorrect paths to generate_psa_constants.py
This commit fixes incorrect paths to generate_psa_constants.py after being moves to tf-psa-crypto. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
@@ -13,5 +13,6 @@ import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__),
|
||||
os.path.pardir,
|
||||
os.path.pardir,
|
||||
'framework', 'scripts'))
|
||||
|
||||
Reference in New Issue
Block a user