Merge pull request #47 from ccutrer/patch-1

automatically include any Debian multi-arch
This commit is contained in:
Erick Guan 2021-08-16 23:16:58 +02:00 committed by GitHub
commit 0c6f8b201f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ module ICU
'/usr/local/{lib64,lib}',
'/opt/local/{lib64,lib}',
'/usr/{lib64,lib}',
'/usr/lib/x86_64-linux-gnu', # for Debian Multiarch http://wiki.debian.org/Multiarch
'/usr/lib/i386-linux-gnu', # for Debian Multiarch
]
] + Dir['/usr/lib/*-linux-gnu'] # for Debian Multiarch http://wiki.debian.org/Multiarch
end
end
end