Fix passing rpath to gcc
This commit is contained in:
parent
0d8cfe8dbe
commit
16ffff4aec
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@
|
||||||
# Make binary search for libraries under current directory, so we
|
# Make binary search for libraries under current directory, so we
|
||||||
# don't have to manually set $LD_LIBRARY_PATH:
|
# don't have to manually set $LD_LIBRARY_PATH:
|
||||||
# http://serverfault.com/questions/279068/cant-find-so-in-the-same-directory-as-the-executable
|
# http://serverfault.com/questions/279068/cant-find-so-in-the-same-directory-as-the-executable
|
||||||
'-rpath \$$ORIGIN',
|
'-Wl,-rpath=\$$ORIGIN',
|
||||||
# Make native module dynamic loading work.
|
# Make native module dynamic loading work.
|
||||||
'-rdynamic',
|
'-rdynamic',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue