We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcdf23 commit 05ab231Copy full SHA for 05ab231
lib/mix/lib/mix/tasks/deps.compile.ex
@@ -197,11 +197,9 @@ defmodule Mix.Tasks.Deps.Compile do
197
config_path = Path.join(dep_path, "mix.rebar.config")
198
lib_path = Path.join(config[:env_path], "lib/*/ebin")
199
200
- # REBAR_BARE_COMPILER_OUTPUT_DIR is only honored by rebar3 >= 3.14
201
env = [
202
{"REBAR_CONFIG", config_path},
203
- {"TERM", "dumb"},
204
- {"REBAR_BARE_COMPILER_OUTPUT_DIR", dep_path}
+ {"TERM", "dumb"}
205
]
206
207
cmd = "#{rebar_cmd(dep)} bare compile --paths #{lib_path}"
0 commit comments