Skip to content

Commit e6b9f68

Browse files
author
bcoe
committed
build: switch realpath to pwd
1 parent f68285b commit e6b9f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,15 @@
311311
'llvm_version=="0.0"', {
312312
'ldflags': [
313313
'-Wl,-T',
314-
'<!(realpath src/large_pages/ld.implicit.script)',
314+
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
315315
]
316316
}],
317317
[ 'OS=="linux" and '
318318
'target_arch=="x64" and '
319319
'llvm_version!="0.0"', {
320320
'ldflags': [
321321
'-Wl,-T',
322-
'<!(realpath src/large_pages/ld.implicit.script.lld)',
322+
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
323323
]
324324
}],
325325
[ 'node_use_openssl=="true"', {

0 commit comments

Comments
 (0)