1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Merge pull request #8923 from bensze01/drop-old-compilers

Drop Support for MSVC 2013, 2015 and Arm Compiler 5
This commit is contained in:
Bence Szépkúti
2024-03-15 12:56:21 +00:00
committed by GitHub
11 changed files with 36 additions and 23 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