Skip to content

Commit

Permalink
Merge pull request #2 from larshesel/erlang-otp-20-support-take-2
Browse files Browse the repository at this point in the history
Make escript work on OTP20
  • Loading branch information
tsloughter authored Sep 4, 2017
2 parents a1a6d41 + 07f67b1 commit 649cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{deps, [getopt, lager]}.

{escript_emu_args, "%%! -escript main cuttlefish_escript -smp disable +A 0\n"}.
{escript_emu_args, "%%! -escript main cuttlefish_escript +S 1 +A 0\n"}.
{escript_incl_apps, [goldrush, getopt, lager, cuttlefish]}.
{escript_main_app, cuttlefish}.

Expand Down

0 comments on commit 649cda2

Please sign in to comment.