diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-27 23:16:49 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-27 23:16:49 (GMT) |
commit | b82bf6b9cb00483dc2467a19a5e5ad41c6444906 (patch) | |
tree | 898a7035799f192c43a98e5b5e0c78c0c7ff8cd6 | |
parent | f8a3ce8862ffa9c6a37c6ba95591962b926ef998 (diff) |
Fail correctly on library not found
git-svn-id: http://svn.clifford.at/openscad/trunk@551 b57f626f-c46c-0410-a088-ec61d464b74c
-rwxr-xr-x | scripts/macosx-sanity-check.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/macosx-sanity-check.py b/scripts/macosx-sanity-check.py index c9fcb5d..243020f 100755 --- a/scripts/macosx-sanity-check.py +++ b/scripts/macosx-sanity-check.py @@ -103,6 +103,7 @@ if __name__ == '__main__': if absfile == None: print "Not found: " + d print " ..required by " + str(processed[dep]) + error = True continue if absfile in processed: processed[absfile].append(dep) |