There was an error while loading. Please reload this page.
1 parent 3d5beeb commit a53eecaCopy full SHA for a53eeca
1 file changed
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