Age | Commit message (Expand) | Author |
---|---|---|
2016-04-04 | CoC: Clarify which project we're talking about.... | Ludovic Courtès |
2015-12-09 | Add "Contributor Covenant".... | Ludovic Courtès |
--- nsis-3.04-src/SConstruct 2019-05-30 14:53:30.276775332 -0400 +++ nsis-3.04-src/SConstruct 2019-05-30 14:54:17.901232914 -0400 @@ -77,6 +77,9 @@ if not toolset and not path: defenv = Environment(TARGET_ARCH = arch) +import os; +defenv['ENV'] = os.environ + Export('defenv') ######################################################################
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2016-04-04 | CoC: Clarify which project we're talking about.... | Ludovic Courtès |
2015-12-09 | Add "Contributor Covenant".... | Ludovic Courtès |