File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 5
5
% % src/elixir.app.src.
6
6
7
7
% % In practice, Elixir is structured as OTP where many applications
8
- % % are placed in the lib directory. Since this is structure is not
9
- % % supported by rebar, after adding Elixir as a dependency, you need
10
- % % to explicitly tell rebar which Elixir applications you want to use
11
- % % use by adding them to your lib_dirs configuration:
8
+ % % are placed in the lib directory. Since this structure is not
9
+ % % supported by default by rebar, after adding Elixir as a dependency
10
+ % % you need to explicitly add it to lib_dirs:
12
11
% %
13
12
% % {lib_dirs, [
14
- % % "deps/elixir/lib/elixir/ebin",
15
- % % "deps/elixir/lib/ex_unit/ebin"
13
+ % % "deps/elixir/lib"
16
14
% % ]}.
17
15
% %
18
16
19
17
% % Run make as the proper compilation step
20
18
{ post_hooks , [{compile ," make compile" }] }.
21
19
22
20
% % This prevents rebar_elixir_plugin from recompiling Elixir
23
- { ex_opts , [{src_dirs , [" .PHONY" ]}] }.
21
+ { ex_opts , [{src_dirs , [" .PHONY" ]}] }.
You can’t perform that action at this time.
0 commit comments