[DEBUG] correct jar link

This commit is contained in:
Edouard DUPIN 2015-10-21 21:25:12 +02:00
parent fbf7d2dbad
commit 328681d44b
2 changed files with 2 additions and 2 deletions

View File

@ -1051,7 +1051,7 @@ def get_module_option(the_module, name):
if "get_type" in dir(the_module): if "get_type" in dir(the_module):
type = the_module.get_type() type = the_module.get_type()
else: else:
debug.debug(" fundtion get_type() must be provided in the module: " + name) debug.debug(" function get_type() must be provided in the module: " + name)
if "get_sub_type" in dir(the_module): if "get_sub_type" in dir(the_module):
sub_type = the_module.get_sub_type() sub_type = the_module.get_sub_type()

View File

@ -38,7 +38,7 @@ def get_output_type():
## ##
## @brief Commands for running gcc to link a shared library. ## @brief Commands for running gcc to link a shared library.
## ##
def link(file, binary, target, depancy, name, basic_path): def link(file, binary, target, depancy, flags, name, basic_path):
file_src, file_dst, file_depend, file_cmd, file_warning = target.generate_file(binary, name, basic_path, file, "jar") file_src, file_dst, file_depend, file_cmd, file_warning = target.generate_file(binary, name, basic_path, file, "jar")
#create command Line #create command Line
cmd = [ cmd = [