aws-sdk-cpp: drop libatomic workaround for riscv
This commit is contained in:
parent
9eaa23ac72
commit
dbb7b67b56
1 changed files with 0 additions and 2 deletions
|
@ -78,8 +78,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# propagation is needed for Security.framework to be available when linking
|
# propagation is needed for Security.framework to be available when linking
|
||||||
propagatedBuildInputs = [ aws-crt-cpp ];
|
propagatedBuildInputs = [ aws-crt-cpp ];
|
||||||
# Ensure the linker is using atomic when compiling for RISC-V, otherwise fails
|
|
||||||
LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic";
|
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DBUILD_DEPS=OFF"
|
"-DBUILD_DEPS=OFF"
|
||||||
|
|
Loading…
Reference in a new issue