---
support/build.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/support/build.py b/support/build.py
index d76707d..81b9a1f 100755
--- a/support/build.py
+++ b/support/build.py
@@ -21,9 +21,6 @@ def compile_app(app):
print compile_command
(status, out) = commands.getstatusoutput(compile_command)
- if 0 != status:
- raise BuildError(out)
-
print out
def compile_apps():
--
1.6.1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---