Skip to content

Compile mbedtls code directly

Sergio Ammirata requested to merge mbedtls_internal_code into master

With this method, we are only importing the mbedcrypto library files and are compiling them using meson/ninja direclty inside our main project. This seems to solve all the cross-compiling issues and has no downside. For the systems that already have the library installed, the compile script will use that one instead by default.

Merge request reports