mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 05:55:18 +00:00
Make ssh agent work for scons+distcc+ssh
This commit is contained in:
parent
7c4ce9dd0f
commit
d8e9588be7
|
@ -20,7 +20,8 @@ def generate(env):
|
|||
'DISTCC_MMAP',
|
||||
'DISTCC_SAVE_TEMPS',
|
||||
'DISTCC_TCP_CORK',
|
||||
'DISTCC_SSH'
|
||||
'DISTCC_SSH',
|
||||
'SSH_AUTH_SOCK'
|
||||
]:
|
||||
if i in os.environ and i not in env:
|
||||
env['ENV'][i] = os.environ[i]
|
||||
|
|
Loading…
Reference in New Issue
Block a user