Skip to content

Commit 3a5f0ec

Browse files
committed
Expose DYLIB_INSTALL_NAME_BASE and SWIFT_INDEX_STORE_ENABLE in PIF API
1 parent 4f0c40a commit 3a5f0ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SwiftBuild/ProjectModel/BuildSettings.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ extension ProjectModel {
9999
case SUPPORTS_TEXT_BASED_API
100100
case SUPPRESS_WARNINGS
101101
case SWIFT_ENABLE_BARE_SLASH_REGEX
102+
case SWIFT_INDEX_STORE_ENABLE
102103
case SWIFT_INSTALL_MODULE
103104
case SWIFT_PACKAGE_NAME
104105
case SWIFT_USER_MODULE_VERSION
@@ -146,6 +147,7 @@ extension ProjectModel {
146147
case SPECIALIZATION_SDK_OPTIONS
147148
case SWIFT_VERSION
148149
case SWIFT_ACTIVE_COMPILATION_CONDITIONS
150+
case DYLIB_INSTALL_NAME_BASE
149151
}
150152

151153
public enum Platform: Hashable, CaseIterable, Sendable {

0 commit comments

Comments
 (0)