File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ add_library(TSCBasic
32
32
Lock.swift
33
33
OSLog.swift
34
34
ObjectIdentifierProtocol.swift
35
- OrderedDictionary.swift
36
- OrderedSet.swift
37
35
WritableByteStream.swift
38
36
Path .swift
39
37
PathShims.swift
@@ -58,6 +56,7 @@ target_compile_options(TSCBasic PUBLIC
58
56
"$<$<PLATFORM_ID:Windows>:SHELL:-Xcc -D_CRT_SECURE_NO_WARNINGS>" )
59
57
target_link_libraries (TSCBasic PUBLIC
60
58
SwiftSystem::SystemPackage
59
+ OrderedCollections
61
60
TSCLibc)
62
61
target_link_libraries (TSCBasic PRIVATE
63
62
TSCclibc)
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ add_library(TSCUtility
45
45
misc.swift
46
46
)
47
47
target_link_libraries (TSCUtility PUBLIC
48
+ OrderedCollections
48
49
TSCBasic)
49
50
target_link_libraries (TSCUtility PRIVATE
50
51
TSCclibc
You can’t perform that action at this time.
0 commit comments