| commit | 6548691983edbf80522e4a0282f07daaa75624cc | [log] [tgz] |
|---|---|---|
| author | Robert Newson <robert.newson@uk.ibm.com> | Mon Feb 15 22:47:35 2021 +0000 |
| committer | Robert Newson <robert.newson@uk.ibm.com> | Mon Feb 15 22:47:35 2021 +0000 |
| tree | 6d7614f7ebd8b4a03a49db42ebcdbd347dc1f13a | |
| parent | 0c435f3d6676d28dd0096c83c1036330230951d6 [diff] |
support erlang 23
diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index 9679c80..44f7b0d 100644 --- a/src/rebar_port_compiler.erl +++ b/src/rebar_port_compiler.erl
@@ -673,7 +673,7 @@ "\" " ])}, {"ERL_EI_LIBDIR", lists:concat(["\"", erl_interface_dir(lib), "\""])}, - {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lerl_interface -lei"}, + {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lei"}, {"ERLANG_ARCH" , rebar_utils:wordsize()}, {"ERLANG_TARGET", rebar_utils:get_arch()},