mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Minor bug fix in building all native camera libs for android
This commit is contained in:
parent
ada27b54eb
commit
92b0cc541e
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user