circt: fix build failure on darwin (#409592)

This commit is contained in:
Ben Siraphob
2025-05-21 21:58:27 -04:00
committed by GitHub
-6
View File
@@ -104,12 +104,6 @@ stdenv.mkDerivation rec {
doCheck = true;
checkTarget = "check-circt check-circt-integration";
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
echo moving libarc-jit-env.dylib to '$lib' before check because archilator links to the output path
mkdir -pv $lib/lib
cp -v ./lib/libarc-jit-env.dylib $lib/lib
'';
outputs = [
"out"
"lib"