Skip to content
Snippets Groups Projects
Commit ade99869 authored by Jack Nagel's avatar Jack Nagel
Browse files

Mark symbol-style autotools deps as build deps by default

parent 67d798e9
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ private
case spec
when :autoconf, :automake, :bsdmake, :libtool
# Xcode no longer provides autotools or some other build tools
Dependency.new(spec.to_s, tag) unless MacOS::Xcode.provides_autotools?
Dependency.new(spec.to_s, [:build, *tag]) unless MacOS::Xcode.provides_autotools?
when *X11Dependency::Proxy::PACKAGES
if MacOS.version >= :mountain_lion
Dependency.new(spec.to_s, tag)
......
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