mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
Library dependencies not found in Trick 15 #325
We needed to check for empty strings now as library dependencies.
This commit is contained in:
parent
3260e54cd7
commit
fb6617b788
@ -123,6 +123,7 @@ sub get_depends($$) {
|
||||
# Now for each object, construct full path to object's src and find src file
|
||||
foreach my $o (@list_objects) {
|
||||
|
||||
next if ($o == "" or $o == "None" ) ;
|
||||
# look for object code with source
|
||||
$found_dep = find_depends_file($file,$o,$sim_ref) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user