Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Commit 57cd82b

Browse files
committed
GlibcRequirement: Add /lib/i386-linux-gnu/libc.so.6
Closes Linuxbrew/homebrew-core#424
1 parent 91b4a84 commit 57cd82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/requirements/glibc_requirement.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize
1313

1414
def self.system_version
1515
return @@system_version if @@system_version
16-
libc = ["/lib/x86_64-linux-gnu/libc.so.6", "/lib64/libc.so.6", "/lib/libc.so.6", "/lib/arm-linux-gnueabihf/libc.so.6"].find do |s|
16+
libc = ["/lib/x86_64-linux-gnu/libc.so.6", "/lib64/libc.so.6", "/lib/libc.so.6", "/lib/i386-linux-gnu/libc.so.6", "/lib/arm-linux-gnueabihf/libc.so.6"].find do |s|
1717
Pathname.new(s).executable?
1818
end
1919
raise "Unable to locate the system's glibc" unless libc

0 commit comments

Comments
 (0)