diff --git a/configure.py b/configure.py index 7e9d0c9d168c0a..6c6da268c7888e 100755 --- a/configure.py +++ b/configure.py @@ -1696,3 +1696,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')