1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-06 12:00:59 +03:00

Merge pull request #10509 from gilles-peskine-arm/config_checks_generator-fix-windows-path-mbedtls

Changelog entry for fix #10502
This commit is contained in:
Valerio Setti
2025-11-20 11:49:36 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
Bugfix
* Fix CMake failure on Windows because of a native directory separator.
Fixes #10502.