mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
We previously avoided this link dependency because it would cause a cyclic dependency. The build system does however not error on cycles in the dependency graph as they are all statically linked together (rather than dynamically linking with each other). Only cycles between root targets would cause a problem.