All symbols for autotools dependencies
The symbol versions of :autoconf, :automake and :libtool only activate for OS X / Xcode combinations that do not provide autotools.
This commit is contained in:
parent
e9dc02dbb6
commit
0cd87229b3
@ -59,6 +59,9 @@ private
|
||||
|
||||
def parse_symbol_spec spec, tag
|
||||
case spec
|
||||
when :autoconf, :automake, :libtool
|
||||
# Xcode no longer comes with autotools
|
||||
MacOS.xcode_version >= "4.3" ? Dependency.new(spec.to_s) : nil
|
||||
when :x11, :libpng
|
||||
X11Dependency.new(tag)
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user