about summary refs log tree commit diff
path: root/pkgs/development/compilers/swift/sourcekit-lsp/patches/indexstore-db-macos-target.patch
blob: 53e790874d5d204aff74a9b8df22cf0b0910737a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Raise the deployment target of IndexStoreDB so it can link against our XCTest.

--- a/Package.swift
+++ b/Package.swift
@@ -4,6 +4,7 @@ import PackageDescription

 let package = Package(
   name: "IndexStoreDB",
+  platforms: [.macOS("10.12")],
   products: [
     .library(
       name: "IndexStoreDB",