File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ add_library(TSCBasic
3232 Lock.swift
3333 OSLog.swift
3434 ObjectIdentifierProtocol.swift
35- OrderedDictionary.swift
36- OrderedSet.swift
3735 WritableByteStream.swift
3836 Path .swift
3937 PathShims.swift
@@ -58,6 +56,7 @@ target_compile_options(TSCBasic PUBLIC
5856 "$<$<PLATFORM_ID:Windows>:SHELL:-Xcc -D_CRT_SECURE_NO_WARNINGS>" )
5957target_link_libraries (TSCBasic PUBLIC
6058 SwiftSystem::SystemPackage
59+ OrderedCollections
6160 TSCLibc)
6261target_link_libraries (TSCBasic PRIVATE
6362 TSCclibc)
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ add_library(TSCUtility
4545 misc.swift
4646)
4747target_link_libraries (TSCUtility PUBLIC
48+ OrderedCollections
4849 TSCBasic)
4950target_link_libraries (TSCUtility PRIVATE
5051 TSCclibc
You can’t perform that action at this time.
0 commit comments