libjava.exp (libjava_arguments): Add $libjava to the list of libraries.
2003-08-19 Jeff Sturm <jsturm@one-point.com> * lib/libjava.exp (libjava_arguments): Add $libjava to the list of libraries. From-SVN: r70572
This commit is contained in:
@@ -388,6 +388,7 @@ proc libjava_arguments {{mode compile}} {
|
||||
global wrapper_file wrap_compile_flags
|
||||
lappend args "additional_flags=$wrap_compile_flags"
|
||||
lappend args "libs=$wrapper_file"
|
||||
lappend args "libs=$libjava"
|
||||
lappend args debug
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user