Skip to content

Commit

Permalink
openssl: Fix a typo [Linux] (#11754)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman authored and iMichka committed Feb 25, 2019
1 parent e7344bb commit 42d8eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def install
if Hardware::CPU.intel?
args << (Hardware::CPU.is_64_bit? ? "linux-x86_64" : "linux-elf")
elsif Hardware::CPU.arm?
args << (Hardware::CPU.is_64_bit? ? "linux-aarch64" : args << "linux-armv4")
args << (Hardware::CPU.is_64_bit? ? "linux-aarch64" : "linux-armv4")
end
args << "enable-md2"
end
Expand Down

0 comments on commit 42d8eb1

Please sign in to comment.