File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/SWBTaskExecution/TaskActions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ public final class ClangNonModularCompileTaskAction: TaskAction {
460460 private struct ClangAdapter : TaskDependencyVerification . Adapter {
461461 typealias T = TraceData
462462
463- var outerTraceFileEnvVar = " CC_PRINT_HEADERS_FILE "
463+ let outerTraceFileEnvVar = " CC_PRINT_HEADERS_FILE "
464464
465465 func exec( ctx: TaskExecutionContext , env: [ String : String ] ) async throws -> CommandResult {
466466 var env = env
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public final class LdTaskAction: TaskAction {
4141 private struct LdAdapter : TaskDependencyVerification . Adapter {
4242 typealias T = TraceData
4343
44- var outerTraceFileEnvVar = " LD_TRACE_FILE "
44+ let outerTraceFileEnvVar = " LD_TRACE_FILE "
4545
4646 private static let inherentDependencies = [
4747 " libSystem.B.tbd " ,
You can’t perform that action at this time.
0 commit comments