[DEBUG] update buildroot

This commit is contained in:
Edouard DUPIN 2017-08-09 23:17:18 +00:00
parent e1d95265b2
commit 13c7be6703

View File

@ -33,7 +33,8 @@ def get_version():
return [2,1,2]
def configure(target, my_module):
if "MacOs" in target.get_type():
if "MacOs" in target.get_type() \
or "buildroot" in target.get_type():
return False
my_module.add_src_file([
'openjpeg/src/lib/openjp2/thread.c',