diff --git a/configure b/configure index 09741bc41c..27818aef7c 100755 --- a/configure +++ b/configure @@ -877,4 +877,4 @@ else: gyp_args += args -subprocess.call(gyp_args) +sys.exit(subprocess.call(gyp_args))