1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-28 23:14:56 +03:00

Changelog: clarify a cmake-related entry as being about cmake

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2022-06-09 18:48:21 +02:00
parent 8960d0585b
commit cd1608914f

View File

@@ -1,3 +1,3 @@
Bugfix
* Fix compilation on Windows when building shared library, by setting
library search path to CMAKE_CURRENT_BINARY_DIR.
* Fix the library search path when building a shared library with CMake
on Windows.