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

This commit is contained in:
Colin
2025-04-26 22:15:47 +00:00
committed by GitHub
+2
View File
@@ -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 = ''