Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dea40f8

Browse filesBrowse files
bcoeMylesBorins
authored andcommitted
build: switch realpath to pwd
Backport-PR-URL: #31063 PR-URL: #31095 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 5fcf542 commit dea40f8
Copy full SHA for dea40f8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎node.gypi‎

Copy file name to clipboardExpand all lines: node.gypi
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@
305305
'llvm_version=="0.0"', {
306306
'ldflags': [
307307
'-Wl,-T',
308-
'<!(realpath src/large_pages/ld.implicit.script)',
308+
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script")',
309309
]
310310
}],
311311
[ 'OS=="linux" and '
312312
'target_arch=="x64" and '
313313
'llvm_version!="0.0"', {
314314
'ldflags': [
315315
'-Wl,-T',
316-
'<!(realpath src/large_pages/ld.implicit.script.lld)',
316+
'<!(echo "$(pwd)/src/large_pages/ld.implicit.script.lld")',
317317
]
318318
}],
319319
[ 'node_use_openssl=="true"', {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.