> On Oct 24, 2020, at 9:46 AM, Ken Cunningham <ken.cunningham.web...@gmail.com> > wrote: > > configure.env-append "DYLD_LIBRARY_PATH=${prefix}/lib/lilbgcc" > configure.env-append “DYLD_LIBRARY_PATH=${workpath}/build” > > but I found the second one just obliterates the first one. > > DYLD_LIBRARY_PATH='/opt/local/lib/lilbgcc' > >
well the second one didn’t obliterate the first — other way around. but they both didn’t make into the env, which was what I was going for with that comment. K