Merge pull request #205789 from blitz/sgx-openssl

sgx-sdk: fix linking issues with tests
This commit is contained in:
Ryan Lahfa 2022-12-13 14:15:28 +01:00 committed by GitHub
commit e89623239d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
, nasm
, ocaml
, ocamlPackages
, openssl
, openssl_1_1
, perl
, python3
, texinfo
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libtool
openssl
openssl_1_1
];
BINUTILS_DIR = "${binutils}/bin";