Make ssh agent work for scons+distcc+ssh

This commit is contained in:
loonycyborg 2020-12-02 23:46:12 +03:00
parent 7c4ce9dd0f
commit d8e9588be7

View File

@ -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]