Skip to content

Commit

Permalink
Added else AR="$AR cruv"
Browse files Browse the repository at this point in the history
To partly solve #1
  • Loading branch information
j34ni authored Feb 11, 2020
1 parent 78811f8 commit 0b6afe4
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 0b6afe4

Please sign in to comment.