Skip to content

Commit

Permalink
rename things in configure.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Jan 28, 2021
1 parent 43dc098 commit f4a5a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ def configure_node(o):
print('Warning! Loading builtin modules from disk is for development')
o['variables']['node_builtin_modules_path'] = options.node_builtin_modules_path

def configure_napi(output):
def configure_node_api(output):
version = getnodeapibuildversion.get_node_api_version()
output['variables']['node_api_build_version'] = version

Expand Down Expand Up @@ -1884,7 +1884,7 @@ def make_bin_override():
flavor = GetFlavor(flavor_params)

configure_node(output)
configure_napi(output)
configure_node_api(output)
configure_library('zlib', output)
configure_library('http_parser', output)
configure_library('libuv', output)
Expand Down

0 comments on commit f4a5a6e

Please sign in to comment.