Loading
botan: use libcxx when building statically
botan only works whne building statically with libcxx. Otherwise it fails at the linking stage. This re-enables the CLI and tests even in the static case and makes it actually work when you try to use it.