Skip to content

Commit 2e4a027

Browse files
committed
build: adjust for swiftlang/sourcekit-lsp#859
SourceKit-LSP now has a dependency on Crypto. Adjust the build rules accordingly.
1 parent 52d33b5 commit 2e4a027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,7 @@ function Build-SourceKitLSP($Arch) {
14841484
TSC_DIR = "$BinaryCache\3\cmake\modules";
14851485
LLBuild_DIR = "$BinaryCache\4\cmake\modules";
14861486
ArgumentParser_DIR = "$BinaryCache\6\cmake\modules";
1487+
SwiftCrypto_DIR = "$BinaryCache\8\cmake\modules";
14871488
SwiftCollections_DIR = "$BinaryCache\9\cmake\modules";
14881489
SwiftPM_DIR = "$BinaryCache\12\cmake\modules";
14891490
IndexStoreDB_DIR = "$BinaryCache\13\cmake\modules";

0 commit comments

Comments
 (0)