[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
7da7f0d7ae
commit
9b2ca6cf9c
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import lutinModule as module
|
import lutin.module as module
|
||||||
import lutinTools as tools
|
import lutin.tools as tools
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
@ -18,7 +18,7 @@ def create(target):
|
|||||||
|
|
||||||
now = datetime.datetime.now()
|
now = datetime.datetime.now()
|
||||||
|
|
||||||
myModule.compile_flags_CC([
|
myModule.compile_flags('c++', [
|
||||||
'-Wno-write-strings',
|
'-Wno-write-strings',
|
||||||
'-Wall',
|
'-Wall',
|
||||||
"-DBUILD_DAY=\""+str(now.day)+"\"",
|
"-DBUILD_DAY=\""+str(now.day)+"\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user