Skip to content

Commit

Permalink
Merge pull request #3 from j34ni/patch-2
Browse files Browse the repository at this point in the history
Added else AR="$AR cruv"
  • Loading branch information
DirkOlivie authored Feb 12, 2020
2 parents b2e4c98 + 0b6afe4 commit f60c440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/externals/mct/mpi-serial/configure
Original file line number Diff line number Diff line change
Expand Up @@ -3202,6 +3202,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu

if test -z "$AR"; then
AR="ar cruv"
else
AR="$AR cruv"
fi

# RANLIB
Expand Down

0 comments on commit f60c440

Please sign in to comment.