@@ -2813,12 +2813,12 @@ function Test-SourceKitLSP {
2813
2813
# indexstore-db
2814
2814
" -Xswiftc" , " -I$ ( Get-HostProjectBinaryCache IndexStoreDB) \swift" ,
2815
2815
" -Xlinker" , " -L$ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB" ,
2816
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\CIndexStoreDB \CIndexStoreDB.lib" ,
2817
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Core \Core.lib" ,
2818
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Database \Database.lib" ,
2819
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Index \Index.lib" ,
2820
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\LLVMSupport \LLVMSupport.lib" ,
2821
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Support \Support.lib" ,
2816
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_CIndexStoreDB \CIndexStoreDB.lib" ,
2817
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Core \Core.lib" ,
2818
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Database \Database.lib" ,
2819
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Index \Index.lib" ,
2820
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_LLVMSupport \LLVMSupport.lib" ,
2821
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Support \Support.lib" ,
2822
2822
# LMDB
2823
2823
" -Xlinker" , " $ ( Get-HostProjectBinaryCache LMDB) \lib\CLMDB.lib" ,
2824
2824
# sourcekit-lsp
0 commit comments