Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 724648
Collapse All | Expand All

(-)a/src/rebar_port_compiler.erl (-1 / +1 lines)
Lines 673-679 default_env() -> Link Here
673
                       "\" "
673
                       "\" "
674
                      ])},
674
                      ])},
675
     {"ERL_EI_LIBDIR", lists:concat(["\"", erl_interface_dir(lib), "\""])},
675
     {"ERL_EI_LIBDIR", lists:concat(["\"", erl_interface_dir(lib), "\""])},
676
     {"ERL_LDFLAGS"  , " -L$ERL_EI_LIBDIR -lerl_interface -lei"},
676
     {"ERL_LDFLAGS"  , " -L$ERL_EI_LIBDIR -lei"},
677
     {"ERLANG_ARCH"  , rebar_utils:wordsize()},
677
     {"ERLANG_ARCH"  , rebar_utils:wordsize()},
678
     {"ERLANG_TARGET", rebar_utils:get_arch()},
678
     {"ERLANG_TARGET", rebar_utils:get_arch()},
679
679

Return to bug 724648