Skip to content

Commit

Permalink
fix AR problem on Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Fouilloux committed Jun 22, 2020
1 parent 9f2342b commit 444fcbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/externals/mct/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5266,6 +5266,8 @@ fi
# ARCHIVE COMMAND SIMILAR ACROSS ALL PLATFORMS
if test -z "$AR"; then
AR="ar cq"
else
AR="$AR cq"
fi

# RANLIB
Expand Down

0 comments on commit 444fcbe

Please sign in to comment.