Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcoe <bencoe@google.com>2019-12-26 03:22:21 +0300
committerGabriel Schulhof <gabriel.schulhof@intel.com>2019-12-27 04:45:14 +0300
commitce0fb0faaa26aa0095393cb7f7a5a0506cd4cbd6 (patch)
treeeaba0e6930e9a750cac39c6b97de5c543474805c /node.gypi
parent341c4daeca5054b687d8186e58e38d995191c1e1 (diff)
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>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gypi b/node.gypi
index 0751416c887..e6f5872cc75 100644
--- a/node.gypi
+++ b/node.gypi
@@ -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"', {