@@ -2566,12 +2566,12 @@ function Test-SourceKitLSP {
2566
2566
# indexstore-db
2567
2567
" -Xswiftc" , " -I$ ( Get-HostProjectBinaryCache IndexStoreDB) \swift" ,
2568
2568
" -Xlinker" , " -L$ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB" ,
2569
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\CIndexStoreDB \CIndexStoreDB.lib" ,
2570
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Core \Core.lib" ,
2571
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Database \Database.lib" ,
2572
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Index \Index.lib" ,
2573
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\LLVMSupport \LLVMSupport.lib" ,
2574
- " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \lib\Support \Support.lib" ,
2569
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_CIndexStoreDB \CIndexStoreDB.lib" ,
2570
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Core \Core.lib" ,
2571
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Database \Database.lib" ,
2572
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Index \Index.lib" ,
2573
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_LLVMSupport \LLVMSupport.lib" ,
2574
+ " -Xlinker" , " $ ( Get-HostProjectBinaryCache IndexStoreDB) \Sources\IndexStoreDB_Support \Support.lib" ,
2575
2575
# LMDB
2576
2576
" -Xlinker" , " $ ( Get-HostProjectBinaryCache LMDB) \lib\CLMDB.lib" ,
2577
2577
# sourcekit-lsp
0 commit comments