On 2020-10-25 03:46 , Ken Cunningham wrote: > Do you think this: > > configure.env-append "DYLD_LIBRARY_PATH=${prefix}/lib/lilbgcc" > configure.env-append “DYLD_LIBRARY_PATH=${workpath}/build” > > should “just work" to set both without added shenanigans?
This is a very special case where "set both" makes any sense. Not all environment variables are treated as lists and not all use the same separator. This aspect of the behaviour matches that of env(1) currently BTW. Josh