about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/perl-modules/TextBibTeX-use-lib-on-aarch64.patch
blob: 42fa3728680b95d9f188c2edf3cd455e80e00c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/Build.PL
+++ b/Build.PL
@@ -88,7 +88,7 @@ if ( $^O =~ /mswin32/i ) {
     }
 }
 else {
-    if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
+    if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^riscv64/ ) {
         $libdir =~ s/\bbin\b/lib64/;
         if ( !-d $libdir ) {
             my $test = $libdir;