DescriptionChange ninja rpath generation to be more like make.
Currently, the ninja generator adds -Wl,rpath in every executable for
linux targets, while the make generator includes it only for those
with .so dependencies. This patch changes the ninja generator to
behave like make.
Added a linux-specific unit test to verify the value and absence of
the rpath for executables with and without solib dependencies.
BUG=gyp:315
TEST=On linux: unit tests pass (45 no result), full
Chrome build no longer has rpath on chrome_sandbox.
Patch Set 1 #Patch Set 2 : #
Total comments: 10
Patch Set 3 : #
Messages
Total messages: 10 (0 generated)
|