llvm6: no need to patch on aarch64, already applied
This commit is contained in:
parent
a192c9d67a
commit
0d90539cda
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ in stdenv.mkDerivation (rec {
|
|||
|
||||
# Revert compiler-rt commit that makes codesign mandatory
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue