diff --git a/setup.py b/setup.py index 8fa64a7..ddfe3d5 100755 --- a/setup.py +++ b/setup.py @@ -279,6 +279,7 @@ class CustomBuild(build): print("at . If you are") print("still having build problems, file an incident on the github tracker") print("or find us in IRC.") + sys.exit(1) class CustomBuildExt(build_ext): def build_extensions(self):