[DEV] change package in library ==> change idea of a package
This commit is contained in:
parent
cca05c01c0
commit
590e84e486
@ -8,7 +8,7 @@ def get_desc():
|
|||||||
|
|
||||||
def create(target):
|
def create(target):
|
||||||
# module name is 'edn' and type binary.
|
# module name is 'edn' and type binary.
|
||||||
myModule = module.Module(__file__, 'edn', 'PACKAGE')
|
myModule = module.Module(__file__, 'edn', 'BINARY')
|
||||||
|
|
||||||
myModule.add_extra_compile_flags()
|
myModule.add_extra_compile_flags()
|
||||||
# add the file to compile:
|
# add the file to compile:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user