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 #338

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.

compnerd commented 5 months ago

CC: @lorentey