mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 13:40:37 +00:00
build: fix typo libray
-> library
(configure.py)
Signed-off-by: Michal Biesek <michalbiesek@gmail.com> PR-URL: https://github.com/nodejs/node/pull/49106 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
89dd09310e
commit
b3eb05baa0
@ -457,7 +457,7 @@ parser.add_argument_group(shared_builtin_optgroup)
|
||||
static_optgroup.add_argument('--static-zoslib-gyp',
|
||||
action='store',
|
||||
dest='static_zoslib_gyp',
|
||||
help='path to zoslib.gyp file for includes and to link to static zoslib libray')
|
||||
help='path to zoslib.gyp file for includes and to link to static zoslib library')
|
||||
|
||||
parser.add_argument_group(static_optgroup)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user