[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
28a67a895c
commit
f88b8e8e92
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import lutinModule as module
|
||||
import lutinTools as tools
|
||||
import lutinTools
|
||||
import lutin.module as module
|
||||
import lutin.tools as tools
|
||||
|
||||
def get_desc():
|
||||
return "e-gami library (image generator from multiple image type)"
|
||||
@ -26,13 +25,12 @@ def create(target):
|
||||
# name of the dependency
|
||||
myModule.add_module_depend(['etk', 'png', 'esvg', 'edtaa3'])
|
||||
|
||||
myModule.compile_flags_CC([
|
||||
myModule.compile_flags('c++', [
|
||||
'-Wno-write-strings',
|
||||
'-Wall'])
|
||||
|
||||
myModule.add_export_path(tools.get_current_path(__file__))
|
||||
|
||||
|
||||
# add the currrent module at the
|
||||
return myModule
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user