Small buildjni= fixes

This commit is contained in:
Daniel Martí 2014-06-24 22:31:39 +02:00
parent 53aba5365f
commit 2c8df2c1ef
2 changed files with 2 additions and 2 deletions

View file

@ -1456,7 +1456,7 @@ def scan_source(build_dir, root_dir, thisbuild):
# buildjni=no to bypass this check)
if (os.path.exists(os.path.join(root_dir, 'jni')) and
not thisbuild['buildjni']):
logging.error('Found jni directory, but buildjni is not enabled')
logging.error('Found jni directory, but buildjni is not enabled. Set it to \'no\' to ignore.')
count += 1
return count