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