apple / swift-collections

Commonly used data structures for Swift
Apache License 2.0
3.55k stars 270 forks source link

build: tweak search path for embedding #339

Closed compnerd closed 5 months ago

compnerd commented 5 months ago

Correct the path to allow using swift-collections embedded in a larger project. This is meant to assist with building LSP with vendored dependencies.

lorentey commented 5 months ago

We don't need to duplicate PRs like this and #338, unless there are material changes between them -- changes flow from upstream to downstream dev branches (release/1.0release/1.1main). (Unfortunately we do not have automergers set up, so this is currently done manually, as needed.)