mirror of
https://github.com/nasa/trick.git
synced 2025-02-22 01:46:41 +00:00
convert_swig needs to get it's own list of header files
When comparing the file names coming out of ICG_processed to the compiler we need to use the absolute path on both sides. refs #113
This commit is contained in:
parent
9b381f2edc
commit
9a969903b6
@ -109,6 +109,7 @@ sub read_files_to_process() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach my $i ( @icg_processed ) {
|
foreach my $i ( @icg_processed ) {
|
||||||
|
$i = abs_path(dirname($i)) . "/" . basename($i) ;
|
||||||
if ( exists $compiler_file_list{$i} ) {
|
if ( exists $compiler_file_list{$i} ) {
|
||||||
push @files_to_process , $i ;
|
push @files_to_process , $i ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user