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:
Alex Lin 2015-09-14 11:24:20 -05:00
parent 9b381f2edc
commit 9a969903b6

View File

@ -109,6 +109,7 @@ sub read_files_to_process() {
}
foreach my $i ( @icg_processed ) {
$i = abs_path(dirname($i)) . "/" . basename($i) ;
if ( exists $compiler_file_list{$i} ) {
push @files_to_process , $i ;
}