diff --git a/setup.py b/setup.py index fdd52a1..5be7278 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ sys.exit("Failed to get cflags: " + cflags[1]) if libs[0] != 0: - exit("Failed to get libs: " + libs[1]) + sys.exit("Failed to get libs: " + libs[1]) # setup information setup( name = "pystatgrab",