parent
de188faf55
commit
79e99f7e3a
2
setup.py
2
setup.py
@ -928,6 +928,8 @@ def build_static_kittens(
|
|||||||
print(shlex.join(c))
|
print(shlex.join(c))
|
||||||
e = os.environ.copy()
|
e = os.environ.copy()
|
||||||
e.update(env)
|
e.update(env)
|
||||||
|
# https://github.com/kovidgoyal/kitty/issues/6051#issuecomment-1441369828
|
||||||
|
e.pop('PWD', None)
|
||||||
if for_platform:
|
if for_platform:
|
||||||
e['CGO_ENABLED'] = '0'
|
e['CGO_ENABLED'] = '0'
|
||||||
e['GOOS'] = for_platform[0]
|
e['GOOS'] = for_platform[0]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user