[DEV] update to future lutin 2.0

This commit is contained in:
Edouard DUPIN 2016-09-08 21:35:02 +02:00
parent 3775c7bc8f
commit 5463b20d6d

View File

@ -33,7 +33,7 @@ def create(target, module_name):
'date/date.h'
])
now = datetime.datetime.now()
my_module.compile_flags('c++', [
my_module.add_flag('c++', [
'-Wno-write-strings',
'-Wall',
"-DBUILD_DAY=\""+str(now.day)+"\"",