Skip to content

Commit

Permalink
Update rust2ex.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chlorophytus authored Jan 26, 2021
1 parent 74def89 commit 1245934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rust2ex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Mix.Tasks.Compile.Rust2ex do
"--path",
Path.dirname(where),
"--root",
:code.priv_dir(Mix.Project.config[:app]),
:code.priv_dir(Mix.Project.config()[:app]),
if(Mix.env() == :prod, do: "", else: "--debug")
])

Expand Down

0 comments on commit 1245934

Please sign in to comment.