<div dir="ltr"><p style="font-size:12.8px">Hello,</p><p style="font-size:12.8px"><span style="font-size:12.8px">I initiated the PR #400 in the package manager and I’m trying to implement the last suggestion in this thread. </span><br></p><p style="font-size:12.8px">This is to recopy the current environment variables for git clone instead of cherry-pick several specifics one.</p><p style="font-size:12.8px"><span style="font-size:12.8px">I would like to use the _NSGetEnviron variable that should be defined in Darwin but I don’t manage to reference it.</span><br></p><p style="font-size:12.8px"><span style="font-size:12.8px">I tried:</span><br></p><p style="font-size:12.8px">return environ</p><p style="font-size:12.8px">return Darwin.environ</p><p style="font-size:12.8px">return libc.environ</p><p style="font-size:12.8px"><span style="font-size:12.8px"><br></span></p><p style="font-size:12.8px"><span style="font-size:12.8px">I’m using the DEVELOPMENT-SNAPSHOT-2016-05-</span><span style="font-size:12.8px">09-a toolchain.</span><br></p><p style="font-size:12.8px"><span style="font-size:12.8px">Any tips on how to call this method from Swift ?</span><br></p><p style="font-size:12.8px"><span style="font-size:12.8px">Regards</span><br></p><p style="font-size:12.8px"><span style="font-size:12.8px">Yannick</span></p><div class="" style="margin:2px 0px 0px;font-size:12.8px"></div></div>