[DEBUG] correct jar link
This commit is contained in:
parent
fbf7d2dbad
commit
328681d44b
@ -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()
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user