Skip to content

Commit

Permalink
Update mix_helpers.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkablack authored Sep 28, 2016
1 parent d1ab62a commit 989ea52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix_helpers.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ defmodule Mix.Appsignal.Helper do
:ok
end

defp map_arch('x86_64-pc-linux-gnu' ++ _), do: "x86_64-linux"
defp map_arch('x86_64-unknown-linux' ++ _), do: "x86_64-linux"
defp map_arch('x86_64-apple-darwin' ++ _), do: "x86_64-darwin"

Expand Down

0 comments on commit 989ea52

Please sign in to comment.