Skip to content

Commit

Permalink
Merge pull request #935 from bjorng/bjorn/eliminate-use-of-code_lib_d…
Browse files Browse the repository at this point in the history
…ir_2

Eliminate use of experimental function code:lib_dir/2
  • Loading branch information
ferd authored Feb 22, 2024
2 parents 8c571fd + 9fb362e commit fe2fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlx_assemble.erl
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ maybe_check_for_undefined_functions_(State, Release) ->
%% without adding the erts application there will be warnings about
%% missing functions from the preloaded modules even though they
%% are in the runtime.
ErtsApp = code:lib_dir(erts, ebin),
ErtsApp = filename:join(code:lib_dir(erts), "ebin"),

%% xref library path is what is searched for functions used by the
%% project apps.
Expand Down

0 comments on commit fe2fc77

Please sign in to comment.