mirror of
https://github.com/nasa/trick.git
synced 2025-06-10 19:31:53 +00:00
parent
b23b19195b
commit
6bb061738e
@ -26,8 +26,8 @@ my %python_modules ;
|
|||||||
my %python_module_dirs ;
|
my %python_module_dirs ;
|
||||||
|
|
||||||
sub read_files_to_process() {
|
sub read_files_to_process() {
|
||||||
my $version, my $thread = get_trick_version() ;
|
(my $version, my $thread) = get_trick_version() ;
|
||||||
my $year = $version =~ /^(\d+)/ ;
|
(my $year) = $version =~ /^(\d+)/ ;
|
||||||
(my $cc = gte("TRICK_CC")) =~ s/\n// ;
|
(my $cc = gte("TRICK_CC")) =~ s/\n// ;
|
||||||
|
|
||||||
# Prepend -I to each include path before we pass them to the compiler
|
# Prepend -I to each include path before we pass them to the compiler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user