mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix passing rpath to gcc
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
# Make binary search for libraries under current directory, so we
|
||||
# don't have to manually set $LD_LIBRARY_PATH:
|
||||
# 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.
|
||||
'-rdynamic',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user