mirror of
https://github.com/nasa/trick.git
synced 2025-04-09 04:14:24 +00:00
Backport capability to exclude individual files to 15 branch #527
Excluded files in covert swig were still being written in .i files.
This commit is contained in:
parent
11a382157b
commit
8c3db7007d
@ -417,8 +417,8 @@ sub process_file($$) {
|
||||
} else {
|
||||
$file_name =~ s/\.[^\.]+\"/\.i\"/ ;
|
||||
}
|
||||
$contents .= "\%import $file_name\n" ;
|
||||
}
|
||||
$contents .= "\%import $file_name\n" ;
|
||||
} else {
|
||||
$contents .= "\%import(module=\"sim_services\") $file_name\n" ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user