Library dependencies not found in Trick 15 #325

We needed to check for empty strings now as library dependencies.
This commit is contained in:
Alex Lin 2016-10-06 14:49:28 -05:00
parent 3260e54cd7
commit fb6617b788

View File

@ -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) ;