cctools: fix triple for the assembler
This was breaking `boost155` and would probably break anything else that calls `as` with no explicit architecture.
This commit is contained in:
parent
b91d64463f
commit
ead2424981
@ -22,6 +22,9 @@ let
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./ld-rpath-nonfinal.patch ./ld-ignore-rpath-link.patch
|
./ld-rpath-nonfinal.patch ./ld-ignore-rpath-link.patch
|
||||||
|
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||||
|
# See https://github.com/tpoechtrager/cctools-port/issues/24. Remove when that's fixed.
|
||||||
|
./undo-unknown-triple.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user