Skip to content

Commit

Permalink
Merge pull request #266257 from amjoseph-nixpkgs/pr/libaom/fixcross
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Nov 19, 2023
2 parents 6fe6b9b + 10bc6bc commit cc27610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libaom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
# CPU detection isn't supported on Darwin and breaks the aarch64-darwin build:
"-DCONFIG_RUNTIME_CPU_DETECT=0"
] ++ lib.optionals (isCross && !stdenv.hostPlatform.isx86) [
"-DAS_EXECUTABLE=${stdenv.cc.targetPrefix}as"
"-DCMAKE_ASM_COMPILER=${stdenv.cc.targetPrefix}as"
] ++ lib.optionals stdenv.isAarch32 [
# armv7l-hf-multiplatform does not support NEON
# see lib/systems/platform.nix
Expand Down

0 comments on commit cc27610

Please sign in to comment.