Skip to content

Commit

Permalink
build: switch realpath to pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 26, 2019
1 parent f68285b commit e6b9f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.gypi
Expand Up @@ -311,15 +311,15 @@
'llvm_version=="0.0"', {
'ldflags': [
'-Wl,-T',
'<!(realpath src/large_pages/ld.implicit.script)',
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
]
}],
[ 'OS=="linux" and '
'target_arch=="x64" and '
'llvm_version!="0.0"', {
'ldflags': [
'-Wl,-T',
'<!(realpath src/large_pages/ld.implicit.script.lld)',
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
]
}],
[ 'node_use_openssl=="true"', {
Expand Down

0 comments on commit e6b9f68

Please sign in to comment.