Skip to content

Commit 0a9c76a

Browse files
committed
Add missing deprecated GENERATE_MASTER_OBJECT_FILE API
Missed this in #452, just going it add it for now while we're merging branches around to reduce the chance of things going wrong.
1 parent cd4fb4e commit 0a9c76a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SwiftBuild/ProjectModel/BuildSettings.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ extension ProjectModel {
106106
case TARGETED_DEVICE_FAMILY
107107
case LINKER_DRIVER
108108
case LD_WARN_DUPLICATE_LIBRARIES
109+
110+
// @available(*, deprecated, renamed: "GENERATE_PRELINK_OBJECT_FILE") // can't add @available because it breaks CaseIterable
111+
case GENERATE_MASTER_OBJECT_FILE // ignore-unacceptable-language
109112
}
110113

111114
public enum MultipleValueSetting: String, CaseIterable, Sendable, Hashable, Codable {

0 commit comments

Comments
 (0)