diff --git a/configure b/configure index d2998c8d34..2722d591f8 100755 --- a/configure +++ b/configure @@ -730,4 +730,4 @@ else: gyp_args += args -subprocess.call(gyp_args) +sys.exit(subprocess.call(gyp_args))