core icon indicating copy to clipboard operation
core copied to clipboard

build: do not vendor OpenSSL when cross-compiling

Open link2xt opened this issue 1 year ago • 0 comments

Compilation of vendored OpenSSL inside Nix is broken since https://github.com/alexcrichton/openssl-src-rs/pull/229 due to build script changes.

There is anyway no need to compile vendored OpenSSL as nixpkgs already contains OpenSSL package.

This fixes nix build .#deltachat-rpc-server-x86_64-linux and similar commands which are used during releases.

link2xt avatar Mar 03 '24 16:03 link2xt