mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-19 11:24:11 +08:00
build-sanitized-clang: fix for aarch64
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
CFLAGS = "-Werror -Wno-unused-command-line-argument";
|
CFLAGS = "-Werror -Wno-unused-command-line-argument";
|
||||||
}));
|
}));
|
||||||
build-sanitized-clang = forAllSystems (system: self.hydraJobs.build-sanitized.${system}.override {
|
build-sanitized-clang = forAllSystems (system: self.hydraJobs.build-sanitized.${system}.override {
|
||||||
stdenv = pkgs.libcxxStdenv;
|
stdenv = nixpkgsFor.${system}.libcxxStdenv;
|
||||||
});
|
});
|
||||||
|
|
||||||
release = pkgs.releaseTools.aggregate
|
release = pkgs.releaseTools.aggregate
|
||||||
|
Reference in New Issue
Block a user