Skip to content

Commit ada40ac

Browse files
authored
Introduce LINKER_DRIVER build setting into the PIF generation model (#425)
1 parent f974e0d commit ada40ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/SWBProjectModel/PIFGenerationModel.swift

+1
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ public enum PIF {
981981
public var KEEP_PRIVATE_EXTERNS: String?
982982
public var LD_RUNPATH_SEARCH_PATHS: [String]?
983983
public var LIBRARY_SEARCH_PATHS: [String]?
984+
public var LINKER_DRIVER: String?
984985
public var CLANG_COVERAGE_MAPPING_LINKER_ARGS: String?
985986
public var CURRENT_PROJECT_VERSION: String?
986987
public var MACH_O_TYPE: String?

Sources/SwiftBuild/ProjectModel/BuildSettings.swift

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ extension ProjectModel {
104104
case SWIFT_USER_MODULE_VERSION
105105
case TAPI_DYLIB_INSTALL_NAME
106106
case TARGETED_DEVICE_FAMILY
107+
case LINKER_DRIVER
107108
}
108109

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

0 commit comments

Comments
 (0)