1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Rename solution files to referece VS2017

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti
2024-03-12 16:38:23 +01:00
parent 8a2062c538
commit fac1122b85
8 changed files with 13 additions and 13 deletions

View File

@@ -142,5 +142,5 @@ if in_mbedtls_repo; then
# generate_visualc_files enumerates source files (library/*.c). It doesn't
# care about their content, but the files must exist. So it must run after
# the step that creates or updates these files.
check scripts/generate_visualc_files.pl visualc/VS2013
check scripts/generate_visualc_files.pl visualc/VS2017
fi