This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-08-02 15:23:05 +00:00
|
|
|
--- nsis-3.08-src/SConstruct 2021-01-15 17:31:10.000000000 +0100
|
|
|
|
+++ nsis-3.08-src/SConstruct-passthru 2022-08-02 17:11:12.414702282 +0200
|
|
|
|
@@ -71,7 +71,7 @@
|
2019-09-11 19:43:19 +00:00
|
|
|
|
2022-08-02 15:23:05 +00:00
|
|
|
defenv = {
|
|
|
|
'TARGET_ARCH': ARGUMENTS.get('TARGET_ARCH', 'x86'),
|
|
|
|
- 'ENV': {}
|
|
|
|
+ 'ENV': os.environ.copy()
|
|
|
|
}
|
2019-09-11 19:43:19 +00:00
|
|
|
|
|
|
|
######################################################################
|