forked from mirrors/nixpkgs
Merge pull request #33498 from dtzWill/fix/ffmpeg-cross
ffmpeg: fix cross compile eval
This commit is contained in:
commit
63553ee306
|
@ -175,7 +175,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = configureFlags ++ [
|
||||
"--cross-prefix=${stdenv.cc.targetPrefix}"
|
||||
"--enable-cross-compile"
|
||||
"--target_os=${hostPlatform.parsed.kernel}"
|
||||
"--target_os=${hostPlatform.parsed.kernel.name}"
|
||||
"--arch=${hostPlatform.arch}"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue