mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +00:00
Fix support for source file extension .c++ #326
This commit is contained in:
parent
23af89681e
commit
4eafabe1f1
@ -308,7 +308,7 @@ foreach my $ext ( sort keys %object_files_by_type ) {
|
||||
$print_ext = $ext ;
|
||||
}
|
||||
print MAKEFILE "MODEL_${print_ext}_OBJ =" ;
|
||||
foreach $f ( @{$object_files_by_type{$print_ext}} ) {
|
||||
foreach $f ( @{$object_files_by_type{$ext}} ) {
|
||||
print MAKEFILE " \\\n \$($f)" ;
|
||||
}
|
||||
print MAKEFILE "\n\n" ;
|
||||
|
Loading…
Reference in New Issue
Block a user