Skip to content
Snippets Groups Projects
Commit 2f7721f1 authored by Misty De Meo's avatar Misty De Meo
Browse files

Add :expat special dependency

This will be expanded to a full expat dependency on Tiger alone.

Fixes mistydemeo/tigerbrew#30.
parent 0f7caa15
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ class DependencyCollector
when :emacs then EmacsRequirement.new(tags)
# Tiger's ld is too old to properly link some software
when :ld64 then LD64Dependency.new if MacOS.version < :leopard
# Tiger doesn't ship expat in /usr/lib
when :expat then Dependency.new("expat", tag) if MacOS.version < :leopard
when :python2
PythonRequirement.new(tags)
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