Be sure to exit with a non-zero code on build error
Previously, the return code was zero
This commit is contained in:
1
setup.py
1
setup.py
@@ -279,6 +279,7 @@ class CustomBuild(build):
|
||||
print("at <http://docs.overviewer.org/en/latest/building/>. 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):
|
||||
|
||||
Reference in New Issue
Block a user