mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
use @rpath instead of @loader_path
See: http://www.dribin.org/dave/blog/archives/2009/11/15/rpath/
This commit is contained in:
parent
08e51d6596
commit
bae7580ff8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
[ 'OS=="mac"', {
|
||||
'libraries': [ '-undefined dynamic_lookup' ],
|
||||
'xcode_settings': {
|
||||
'DYLIB_INSTALL_NAME_BASE': '@loader_path'
|
||||
'DYLIB_INSTALL_NAME_BASE': '@rpath'
|
||||
},
|
||||
}],
|
||||
[ 'OS=="win"', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue