Open GoogleCodeExporter opened 9 years ago
This is still failing. Is there a preferred way to deal with this.
I thought adding the following to my main.scons would fix it:
mac_env.Replace(
RPATH = [],
)
Instead I had to add:
env.Replace(
RPATH = [],
)
Which seems to be a bit of a hack for something that's definitely broken. Is
there a better workaround, is the mac_env stuff broken?
Original comment by luke.we...@gmail.com
on 14 Aug 2012 at 3:38
Original issue reported on code.google.com by
Rudy.Mayo@gmail.com
on 28 Oct 2011 at 9:45