Commits
Ted Kremenek committed 56318345373
If a library is going to be installed, build a static variant in swift_static. Turns out the Swift runtime gets built as a .a, but not installed in swift_static. This "hack" creates two copies of libswift_runtime.a that can be found in different search paths. Swift SVN r17181