Skip to content

Commit

Permalink
Mistype fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Mar 8, 2019
1 parent 49c1eb0 commit 7258e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -170,7 +170,7 @@ sub uniq {
# If we're in macOS, let's verify that the toolchain is consistent.
if ($^O eq 'darwin') {
my $gnu_count = 0;
my $gnu_toolchain = exists $args{toolschain} && $args{toolschain} eq 'gnu';
my $gnu_toolchain = (exists $args{toolchain}) && ($args{toolchain} eq 'gnu');

unless ($gnu_toolchain) {
# When XCode toolchain is used then force use of XCode's make if
Expand Down

0 comments on commit 7258e72

Please sign in to comment.