Skip to content
  • Sergio Ammirata's avatar
    Compile mbedtls code directly · 9120e3c6
    Sergio Ammirata authored
    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.
    9120e3c6