Commit 92b0cc54 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Minor bug fix in building all native camera libs for android

parent ada27b54
......@@ -50,5 +50,7 @@ for s in ConfFile.readlines():
print("Building %s for %s\t[OK]" % (MakeTarget, Arch));
except:
print("Building %s for %s\t[FAILED]" % (MakeTarget, Arch));
else:
print("Building %s for %s\t[FAILED]" % (MakeTarget, Arch));
ConfFile.close()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment