Compare commits

..

1 Commits

Author SHA1 Message Date
100e4e7029
Fix osu cross-compilation
Some checks failed
CI / build:cross (pull_request) Failing after 19s
CI / build:all (pull_request) Failing after 23s
2025-10-31 11:53:54 +01:00

View File

@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
]; ];
env = { env = {
MPICH_CC="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}gcc"; MPICH_CC="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc";
MPICH_CXX="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}g++"; MPICH_CXX="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}++";
}; };
postInstall = '' postInstall = ''