We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54caadc commit ca05a5bCopy full SHA for ca05a5b
node.gypi
@@ -311,15 +311,15 @@
311
'llvm_version=="0.0"', {
312
'ldflags': [
313
'-Wl,-T',
314
- '<!(realpath src/large_pages/ld.implicit.script)',
+ '<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
315
]
316
}],
317
[ 'OS=="linux" and '
318
'target_arch=="x64" and '
319
'llvm_version!="0.0"', {
320
321
322
- '<!(realpath src/large_pages/ld.implicit.script.lld)',
+ '<!(echo "$(pwd)/src/large_pages/ld.implicit.script.lld")',
323
324
325
[ 'node_use_openssl=="true"', {
0 commit comments