Hi, On Sat, Aug 31, 2019 at 06:45:09PM -0700, Blair Zajac wrote: > The problem could be scons. It looks like
Re-iterating on that, the problem is likely SCons, because it will filter all environment variables and thus ignore any settings you do in configure.env, build.env, destroot.env, unless you patch the SConstruct file specifically to not remove them from its environment. -- Clemens
