mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
Merge pull request #825 from nasa/824
Fix TRICK_VER in make_makefile_swig
This commit is contained in:
commit
053bcfe0b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user