mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: switch realpath to pwd
PR-URL: https://github.com/nodejs/node/pull/31095 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
341c4daeca
commit
ce0fb0faaa
@ -311,7 +311,7 @@
|
||||
'llvm_version=="0.0"', {
|
||||
'ldflags': [
|
||||
'-Wl,-T',
|
||||
'<!(realpath src/large_pages/ld.implicit.script)',
|
||||
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
|
||||
]
|
||||
}],
|
||||
[ 'OS=="linux" and '
|
||||
@ -319,7 +319,7 @@
|
||||
'llvm_version!="0.0"', {
|
||||
'ldflags': [
|
||||
'-Wl,-T',
|
||||
'<!(realpath src/large_pages/ld.implicit.script.lld)',
|
||||
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script.lld")',
|
||||
]
|
||||
}],
|
||||
[ 'node_use_openssl=="true"', {
|
||||
|
Loading…
Reference in New Issue
Block a user