Skip to content

Commit

Permalink
reverse compilers
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Schmatzler <[email protected]>
  • Loading branch information
cschmatzler committed Apr 7, 2024
1 parent 1c98c21 commit 27ee3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Idiom.MixProject do
description: "Modern internationalization library",
version: "0.6.5",
elixir: "~> 1.13",
compilers: Mix.compilers() ++ [:leex, :yecc],
compilers: [:leex, :yecc] ++ Mix.compilers(),
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 27ee3b5

Please sign in to comment.