Skip to content

Commit ea19548

Browse files
Fix CMake variable name
Signed-off-by: Ronald Cron <[email protected]>
1 parent 68a3ce7 commit ea19548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/psa/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(GEN_FILES)
1111
OUTPUT
1212
${CMAKE_CURRENT_BINARY_DIR}/psa_constant_names_generated.c
1313
COMMAND
14-
${MBEDTLS_PYTHON_EXECUTABLE}
14+
${PSA_CRYPTO_PYTHON_EXECUTABLE}
1515
${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_psa_constants.py
1616
${CMAKE_CURRENT_BINARY_DIR}
1717
WORKING_DIRECTORY

0 commit comments

Comments
 (0)