You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix for incorrectly overriding environment variables rdar://118814900 (#7144)
A fix for incorrectly overriding environment variables rdar://118814900
### Motivation:
In SwiftPMProduct.swift, the environment variables are overridden
irrespective of the "env" variables provided.
### Modifications:
Move the code snippet that fills the environment variable array to an
appropriate place
### Result:
Environment variables are correctly populated
0 commit comments