llvm6: no need to patch on aarch64, already applied
This commit is contained in:
parent
a192c9d67a
commit
0d90539cda
@ -74,8 +74,6 @@ in stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
# Revert compiler-rt commit that makes codesign mandatory
|
# Revert compiler-rt commit that makes codesign mandatory
|
||||||
patch -p1 -i ${./compiler-rt-codesign.patch} -d projects/compiler-rt
|
patch -p1 -i ${./compiler-rt-codesign.patch} -d projects/compiler-rt
|
||||||
'' + stdenv.lib.optionalString stdenv.isAarch64 ''
|
|
||||||
patch -p0 < ${../aarch64.patch}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# hacky fix: created binaries need to be run before installation
|
# hacky fix: created binaries need to be run before installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user