From 5463b20d6d161c130b5cb1f0f211d4b3e511502a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 8 Sep 2016 21:35:02 +0200 Subject: [PATCH] [DEV] update to future lutin 2.0 --- lutin_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_date.py b/lutin_date.py index 4c7db4b..f7d675c 100644 --- a/lutin_date.py +++ b/lutin_date.py @@ -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)+"\"",