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 5fcf542 commit dea40f8Copy full SHA for dea40f8
node.gypi
@@ -305,15 +305,15 @@
305
'llvm_version=="0.0"', {
306
'ldflags': [
307
'-Wl,-T',
308
- '<!(realpath src/large_pages/ld.implicit.script)',
+ '<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
309
]
310
}],
311
[ 'OS=="linux" and '
312
'target_arch=="x64" and '
313
'llvm_version!="0.0"', {
314
315
316
- '<!(realpath src/large_pages/ld.implicit.script.lld)',
+ '<!(echo "$(pwd)/src/large_pages/ld.implicit.script.lld")',
317
318
319
[ 'node_use_openssl=="true"', {
0 commit comments