summaryrefslogtreecommitdiff
path: root/dev-util/rebar/files/rebar-erlang23.diff
blob: da4835a8b28dc974b54ef177d706280d968f15d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naurp a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl
--- a/src/rebar_port_compiler.erl	2016-08-31 16:47:31.000000000 +0200
+++ b/src/rebar_port_compiler.erl	2020-05-23 13:03:22.464682124 +0200
@@ -673,7 +673,7 @@ default_env() ->
                        "\" "
                       ])},
      {"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()},