always add maps_support to mix compiled build
This commit is contained in:
parent
dfcba6e471
commit
ba77cccd49
1 changed files with 2 additions and 2 deletions
4
mix.exs
4
mix.exs
|
@ -13,8 +13,8 @@ use Mix.Project
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
defp opts(:dev), do: [d: :TEST]
|
defp opts(:dev), do: [d: :TEST] ++ opts(:prod)
|
||||||
defp opts(_), do: []
|
defp opts(_), do: [d: :maps_support, d: :maps_always]
|
||||||
|
|
||||||
defp deps(_), do: [{:mixunit, git: "git@github.com:talentdeficit/mixunit.git", only: :dev}]
|
defp deps(_), do: [{:mixunit, git: "git@github.com:talentdeficit/mixunit.git", only: :dev}]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue