Skip to content

Set MbdeTLS to build statically on windows.

Simon Morlat requested to merge fix/windows_build into master

Indeed, the CMakeLists.txt files provided by ARM don't support dll (there is no export). So that that's the best solution to avoid to maintain our own patches to the build system.

Merge request reports