Skip to content

Commit

Permalink
coeurl: fix aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Jan 21, 2023
1 parent 20a46d8 commit 8cb19ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/coeurl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
hash = "sha256-sN+YSddUOdnJLcnHyWdjNm1PpxCwnkwiqSvyrwUrg6w=";
};

NIX_CFLAGS_COMPILE = lib.optional stdenv.isAarch64 "-mno-outline-atomics";
nativeBuildInputs = [ ninja pkg-config meson ];

buildInputs = [ libevent curl spdlog ];
Expand Down

0 comments on commit 8cb19ef

Please sign in to comment.