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 0190a62 commit c3efd2cCopy full SHA for c3efd2c
node.gypi
@@ -322,15 +322,15 @@
322
'llvm_version=="0.0"', {
323
'ldflags': [
324
'-Wl,-T',
325
- '<!(realpath src/large_pages/ld.implicit.script)',
+ '<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
326
]
327
}],
328
[ 'OS=="linux" and '
329
'target_arch=="x64" and '
330
'llvm_version!="0.0"', {
331
332
333
- '<!(realpath src/large_pages/ld.implicit.script.lld)',
+ '<!(echo "$(pwd)/src/large_pages/ld.implicit.script.lld")',
334
335
336
[ 'node_use_openssl=="true"', {
0 commit comments