mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
build script: modify copy of environment variables instead of dict from os module
This commit is contained in:
parent
775c30cc56
commit
ec686a78a8
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -87,7 +87,7 @@ class Target(BaseTarget):
|
|||
|
||||
self.src_root = ''
|
||||
self.prefix = None
|
||||
self.environment = os.environ
|
||||
self.environment = os.environ.copy()
|
||||
self.options = CommandLineOptions()
|
||||
|
||||
def initialize(self, builder: 'Builder'):
|
||||
|
|
Loading…
Reference in a new issue