File tree Expand file tree Collapse file tree
Modules/TerminalSupport/Logic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public func shell(
5656{
5757 let task : Process = . init( )
5858
59- var finalEnvironment : [ String : String ] = . init ( )
59+ var finalEnvironment : [ String : String ] = ProcessInfo . processInfo . environment
6060
6161 // MARK: - Set up the $HOME environment variable so brew commands work on versions 4.1 and up
6262
@@ -176,7 +176,7 @@ public func shell(
176176{
177177 let task : Process = . init( )
178178
179- var finalEnvironment : [ String : String ] = . init ( )
179+ var finalEnvironment : [ String : String ] = ProcessInfo . processInfo . environment
180180
181181 // MARK: - Set up the $HOME environment variable so brew commands work on versions 4.1 and up
182182
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ProjectDescription
33let settings = Environment . selfCompiled. getBoolean ( default: false )
44
55let version : String = " 1.7.4 "
6- let build : String = " 112 "
6+ let build : String = " 112_INHERITED_ENV "
77
88func corkTarget( configureWithSelfCompiled: Bool ) -> ProjectDescription . Target {
99 var additionalCompilationConditions = [ String] ( )
You can’t perform that action at this time.
0 commit comments