Skip to content

Commit e9b01a3

Browse files
authored
[Embedded] Include OptionSet as part of the embedded build (#69197)
* [Embedded] Include OptionSet as part of the embedded build * [Embedded] Include SetAlgebra as part of the embedded build
1 parent 0666887 commit e9b01a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ split_embedded_sources(
117117
NORMAL NFD.swift
118118
EMBEDDED ObjectIdentifier.swift
119119
EMBEDDED Optional.swift
120-
NORMAL OptionSet.swift
120+
EMBEDDED OptionSet.swift
121121
NORMAL OutputStream.swift
122122
EMBEDDED Pointer.swift
123123
EMBEDDED Policy.swift
@@ -140,7 +140,7 @@ split_embedded_sources(
140140
EMBEDDED Sequence.swift
141141
EMBEDDED SequenceAlgorithms.swift
142142
NORMAL Set.swift
143-
NORMAL SetAlgebra.swift
143+
EMBEDDED SetAlgebra.swift
144144
NORMAL SetAnyHashableExtensions.swift
145145
NORMAL SetBridging.swift
146146
NORMAL SetBuilder.swift

0 commit comments

Comments
 (0)