Skip to content

Commit d663f66

Browse files
umbrageodotusredactedontop
authored andcommitted
build: Fix AWS LC compilation errors by using clang for AWS_LC_FIPS_SYS_CC (#486)
Co-authored-by: asothii <[email protected]>
1 parent 346d25a commit d663f66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
2929
glib
3030
openssl
3131
pkg-config
32+
llvmPackages.clangUseLLVM
3233
(rust-bin.selectLatestNightlyWith (toolchain:
3334
toolchain.default.override {
3435
extensions = ["rust-src"];
3536
}))
3637
];
38+
39+
AWS_LC_FIPS_SYS_CC = "${llvmPackages.clangUseLLVM}/bin/cc";
3740
};
3841
}
3942
);

0 commit comments

Comments
 (0)