Skip to content

Commit

Permalink
Add yecc compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwpark committed Nov 29, 2024
1 parent 49fe8dc commit 671339d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ defmodule EdgeDB.MixProject do
description: @description,
package: package(),
docs: docs(),
aliases: aliases()
aliases: aliases(),
compilers: [:yecc] ++ Mix.compilers()
]
end

Expand Down

0 comments on commit 671339d

Please sign in to comment.