Copy a change from include file available since OTP 17.0

See:
5e575f6562
This commit is contained in:
Badlop 2021-04-10 17:32:26 +02:00
parent f77a163341
commit 327dc31e62
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ build_script(Dir, UpdatedBeams) ->
%% integer() | infinity.
mod = [], %% [] | {Mod, StartArgs}, Mod= atom(),
%% StartArgs = list().
start_phases = [], %% [] | {Phase, PhaseArgs}, Phase = atom(),
start_phases, %% [{Phase, PhaseArgs}] | undefined,
%% Phase = atom(),
%% PhaseArgs = list().
dir = "" %% The directory where the .app file was
%% found (internal use).