Add gcc_target_rpath gn arg
Allow a user to make a Chromium build where binaries and shared libraries are meant to be installed into separate directories, like /usr/bin/chromium and /usr/lib/chromium for instance. It is useful when a build system that generates a whole target root filesystem (like Yocto) is used on top of gn, especially when cross-compiling. Note: this gn arg is similar to gyp target_rpath generator flag. BUG=none Review-Url: https://codereview.chromium.org/2605673002 Cr-Commit-Position: refs/heads/master@{#441344}
Showing
Please register or sign in to comment