sgx-sdk: enable parallel building

This commit is contained in:
Jörg Thalheim 2021-12-04 13:24:32 +00:00 committed by Jörg Thalheim
parent 8a713779ee
commit dd2001942d
2 changed files with 3 additions and 1 deletions

View file

@ -142,6 +142,8 @@ stdenv.mkDerivation rec {
"sdk_install_pkg"
];
enableParallelBuilding = true;
postBuild = ''
patchShebangs linux/installer/bin/sgx_linux_x64_sdk_${version}.bin
'';

View file

@ -12,7 +12,7 @@ let
buildInputs = [
sgx-sdk
];
enableParallelBuilding = true;
buildFlags = [
"SGX_MODE=SIM"
];