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 {
460
460
private struct ClangAdapter : TaskDependencyVerification . Adapter {
461
461
typealias T = TraceData
462
462
463
- var outerTraceFileEnvVar = " CC_PRINT_HEADERS_FILE "
463
+ let outerTraceFileEnvVar = " CC_PRINT_HEADERS_FILE "
464
464
465
465
func exec( ctx: TaskExecutionContext , env: [ String : String ] ) async throws -> CommandResult {
466
466
var env = env
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public final class LdTaskAction: TaskAction {
41
41
private struct LdAdapter : TaskDependencyVerification . Adapter {
42
42
typealias T = TraceData
43
43
44
- var outerTraceFileEnvVar = " LD_TRACE_FILE "
44
+ let outerTraceFileEnvVar = " LD_TRACE_FILE "
45
45
46
46
private static let inherentDependencies = [
47
47
" libSystem.B.tbd " ,
You can’t perform that action at this time.
0 commit comments