From 328681d44b00dbefd455d13941e86f92f6ec3050 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 21 Oct 2015 21:25:12 +0200 Subject: [PATCH] [DEBUG] correct jar link --- lutin/module.py | 2 +- lutin/z_builder/lutinBuilder_jar.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lutin/module.py b/lutin/module.py index 034c419..fd9354a 100644 --- a/lutin/module.py +++ b/lutin/module.py @@ -1051,7 +1051,7 @@ def get_module_option(the_module, name): if "get_type" in dir(the_module): type = the_module.get_type() 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): sub_type = the_module.get_sub_type() diff --git a/lutin/z_builder/lutinBuilder_jar.py b/lutin/z_builder/lutinBuilder_jar.py index 3f5bf27..831a580 100644 --- a/lutin/z_builder/lutinBuilder_jar.py +++ b/lutin/z_builder/lutinBuilder_jar.py @@ -38,7 +38,7 @@ def get_output_type(): ## ## @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") #create command Line cmd = [