[DEV] change package in library ==> change idea of a package

This commit is contained in:
Edouard DUPIN 2015-09-11 22:26:32 +02:00
parent cca05c01c0
commit 590e84e486

View File

@ -8,7 +8,7 @@ def get_desc():
def create(target):
# module name is 'edn' and type binary.
myModule = module.Module(__file__, 'edn', 'PACKAGE')
myModule = module.Module(__file__, 'edn', 'BINARY')
myModule.add_extra_compile_flags()
# add the file to compile: