[DEV] update to future lutin 2.0

This commit is contained in:
2016-09-08 21:35:02 +02:00
parent 0cc540449b
commit 6e517cec42
2 changed files with 14 additions and 14 deletions

View File

@@ -26,9 +26,9 @@ def create(target):
# myModule.copy_folder('data/ParticuleMesh.*','')
# name of the dependency
myModule.add_module_depend(['etk', 'ewol', 'bullet'])
myModule.add_depend(['etk', 'ewol', 'bullet'])
myModule.compile_flags_CC([
myModule.add_flag_CC([
'-Wno-write-strings',
'-Wall'])