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 753509f

Browse filesBrowse files
pmq20Fishrock123
authored andcommitted
build: rectify --link-module help text
PR-URL: #3379 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 5923dee commit 753509f
Copy full SHA for 753509f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎configure‎

Copy file name to clipboardExpand all lines: configure
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ parser.add_option("--link-module",
9090
action="append",
9191
dest="linked_module",
9292
help="Path to a JS file to be bundled in the binary as a builtin."
93-
"This module will be referenced by basename without extension."
93+
"This module will be referenced by path without extension."
94+
"e.g. /root/x/y.js will be referenced via require('root/x/y')."
9495
"Can be used multiple times")
9596

9697
parser.add_option("--openssl-no-asm",

0 commit comments

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