Skip to content

Commit 3258091

Browse files
author
Alberto Simões
authored
Merge pull request #41 from sunhaiyong1978/master
Add loongarch64 to the list of lib64 architectures
2 parents 9ed7d26 + 0787ac6 commit 3258091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ elsif ( $^O =~ /haiku/i ) {
9797
}
9898
}
9999
else {
100-
if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
100+
if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64|^loongarch64/ ) {
101101
$libdir =~ s/\bbin\b/lib64/;
102102
if ( !-d $libdir ) {
103103
my $test = $libdir;

0 commit comments

Comments
 (0)