Merge pull request #825 from nasa/824

Fix TRICK_VER in make_makefile_swig
This commit is contained in:
dbankieris 2019-06-19 15:32:19 -05:00 committed by GitHub
commit 053bcfe0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ my %python_modules ;
my %python_module_dirs ;
sub read_files_to_process() {
my $version, my $thread = get_trick_version() ;
my $year = $version =~ /^(\d+)/ ;
(my $version, my $thread) = get_trick_version() ;
(my $year) = $version =~ /^(\d+)/ ;
(my $cc = gte("TRICK_CC")) =~ s/\n// ;
# Prepend -I to each include path before we pass them to the compiler