buildjni is a list field too, some server fixes

This commit is contained in:
Daniel Martí 2014-02-15 10:56:35 +01:00
parent d0cde659ca
commit 67acf4c3fc
2 changed files with 5 additions and 6 deletions

View file

@ -451,7 +451,8 @@ def metafieldtype(name):
return 'string'
def flagtype(name):
if name in ['extlibs', 'srclibs', 'patch', 'rm', 'scanignore', 'scandelete']:
if name in ['extlibs', 'srclibs', 'patch', 'rm', 'buildjni',
'scanignore', 'scandelete']:
return 'list'
if name in ['init', 'prebuild', 'build']:
return 'script'