fix numberpicker srlib

This commit is contained in:
David Black 2012-12-15 15:29:37 +00:00
parent ed78943692
commit 95f3c3c72c

View file

@ -1347,6 +1347,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
raise BuildException('Error updating NumberPicker-SimonVT project') raise BuildException('Error updating NumberPicker-SimonVT project')
if basepath: if basepath:
return sdir return sdir
return libdir
raise BuildException('Unknown srclib ' + name) raise BuildException('Unknown srclib ' + name)