diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-04 12:34:38 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-04 12:34:58 +0100 |
| commit | f458a4b0172583af26fb93ff9844c71362cca76e (patch) | |
| tree | f7fa39b488d1187f1af02a4bcade5b91e5b598da /mix.exs | |
| parent | 3a25de68dfe4832230ec952dd5395191e3638162 (diff) | |
build(mix): missing yecc and leex compilers in project
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ defmodule ElixirMathParser.MixProject do start_permanent: Mix.env() == :prod, deps: deps(), escript: [main_module: ElixirMathParser.Main], + compilers: [:yecc, :leex] ++ Mix.compilers() ] end |
