Unverified Commit 6eea7ca3 authored by Colin's avatar Colin Committed by GitHub
Browse files

rt-tests: add cross compilation support (#401020)

parents f8d9c217 4387e23e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
    "prefix=$(out)"
    "DESTDIR="
    "PYLIB=$(out)/${python3.sitePackages}"
    "CC=${stdenv.cc.targetPrefix}cc"
    "AR=${stdenv.cc.bintools.targetPrefix}ar"
  ];

  postInstall = ''