Add :bsdmake dependency
This commit is contained in:
parent
0cd87229b3
commit
9cb4c626ae
@ -59,8 +59,8 @@ private
|
||||
|
||||
def parse_symbol_spec spec, tag
|
||||
case spec
|
||||
when :autoconf, :automake, :libtool
|
||||
# Xcode no longer comes with autotools
|
||||
when :autoconf, :automake, :bsdmake, :libtool
|
||||
# Xcode no longer provides autotools or some other build tools
|
||||
MacOS.xcode_version >= "4.3" ? Dependency.new(spec.to_s) : nil
|
||||
when :x11, :libpng
|
||||
X11Dependency.new(tag)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user