parent
de188faf55
commit
79e99f7e3a
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -928,6 +928,8 @@ def run_one(dest: str, **env: str) -> None:
|
|||
print(shlex.join(c))
|
||||
e = os.environ.copy()
|
||||
e.update(env)
|
||||
# https://github.com/kovidgoyal/kitty/issues/6051#issuecomment-1441369828
|
||||
e.pop('PWD', None)
|
||||
if for_platform:
|
||||
e['CGO_ENABLED'] = '0'
|
||||
e['GOOS'] = for_platform[0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue