Skip to content

Commit 119ee1c

Browse files
committed
remove WeakDictionary from CMakeLists
1 parent 5dd8686 commit 119ee1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/TSCBasic/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ add_library(TSCBasic
4848
TerminalController.swift
4949
Thread.swift
5050
Tuple.swift
51-
misc.swift
52-
WeakDictionary.swift)
51+
misc.swift)
5352

5453
target_compile_options(TSCBasic PUBLIC
5554
# Don't use GNU strerror_r on Android.

0 commit comments

Comments
 (0)