Mark symbol-style autotools deps as build deps by default
This commit is contained in:
parent
67d798e905
commit
ade998696d
@ -76,7 +76,7 @@ private
|
|||||||
case spec
|
case spec
|
||||||
when :autoconf, :automake, :bsdmake, :libtool
|
when :autoconf, :automake, :bsdmake, :libtool
|
||||||
# Xcode no longer provides autotools or some other build tools
|
# 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
|
when *X11Dependency::Proxy::PACKAGES
|
||||||
if MacOS.version >= :mountain_lion
|
if MacOS.version >= :mountain_lion
|
||||||
Dependency.new(spec.to_s, tag)
|
Dependency.new(spec.to_s, tag)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user