zstd: drop libatomic workaround for riscv
This commit is contained in:
parent
c77ba710fe
commit
f197cb435d
@ -50,8 +50,6 @@ stdenv.mkDerivation rec {
|
||||
tests/playTests.sh
|
||||
'';
|
||||
|
||||
LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic";
|
||||
|
||||
cmakeFlags = lib.attrsets.mapAttrsToList
|
||||
(name: value: "-DZSTD_${name}:BOOL=${if value then "ON" else "OFF"}") {
|
||||
BUILD_SHARED = !static;
|
||||
|
Loading…
Reference in New Issue
Block a user