diff --git a/configure.py b/configure.py index 9b659deb5cb700..83703964e54709 100755 --- a/configure.py +++ b/configure.py @@ -1640,3 +1640,4 @@ def make_bin_override(): print_verbose("running: \n " + " ".join(['python', 'tools/gyp_node.py'] + gyp_args)) run_gyp(gyp_args) +info('configure completed successfully')