Closed GoogleCodeExporter closed 9 years ago
Did you follow instructions in the README file exactly?
Original comment by jun...@google.com
on 14 Mar 2012 at 2:00
Original comment by jun...@google.com
on 26 Mar 2012 at 6:41
# Remove default rpath set by Hammer. Hammer sets it to LIB_DIR, which is wrong.
# The rpath is the _run-time_ library search path for the resulting binary, i.e.
# the one used by ld.so at load time. Setting it equal to the path to build
# output on the build machine is nonsense.
mac_env.Replace(
RPATH = [],
)
add this in main.scons
Original comment by GongChen...@gmail.com
on 6 Apr 2012 at 10:33
If this is still an issue, please refile in the WebRTC issue tracker.
Original comment by juberti@google.com
on 1 Jun 2013 at 4:48
Original issue reported on code.google.com by
russmitc...@gmail.com
on 23 Feb 2012 at 9:33