Skip to content
Snippets Groups Projects
Commit 0cd87229 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

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.
parent e9dc02db
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment