Skip to content

Commit

Permalink
Merge pull request #4 from j34ni/patch-3
Browse files Browse the repository at this point in the history
Added else AR="$AR cq"
  • Loading branch information
DirkOlivie authored Mar 18, 2020
2 parents f60c440 + 78020ba commit 4f26034
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 4f26034

Please sign in to comment.