Skip to content

Commit 528924b

Browse files
authored
Merge pull request #63 from UncleGrumpy/dialyzer_jit_update
2 parents 234d48c + 1ab08a2 commit 528924b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/atomvm_dialyzer_provider.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ do_build_base_plt(Config) ->
190190
PLT = base_plt_absname(Config),
191191
try
192192
dialyzer:run([
193-
{analysis_type, plt_build}, {init_plt, PLT}, {output_plt, PLT}, {files_rec, BEAMdir}
193+
{analysis_type, plt_build}, {init_plt, PLT}, {output_plt, PLT}, {files, BEAMdir}
194194
])
195195
of
196196
[] ->
@@ -286,7 +286,7 @@ get_base_beam_path_list(Base) ->
286286
fun(E, Acc) ->
287287
[
288288
filelib:wildcard(
289-
Base ++ "/{lib,libs}/" ++ atom_to_list(E) ++ "*/**/{ebin,beams}"
289+
Base ++ "/{lib,libs}/" ++ atom_to_list(E) ++ "*/**/src"
290290
)
291291
| Acc
292292
]

0 commit comments

Comments
 (0)