Selaa lähdekoodia

Update to work with erlang23

- make sure it compiles with erl23.
pull/210/head
murali 4 vuotta sitten
vanhempi
commit
70d75e98f0
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +3
    -1
      rebar.config

+ 3
- 1
rebar.config Näytä tiedosto

@ -25,7 +25,9 @@
{"darwin10.*-32$", "CXXFLAGS", "-m32"},
{"darwin10.*-32$", "LDFLAGS", "-arch i386"},
{"win32", "CXXFLAGS", "$CXXFLAGS /O2 /DNDEBUG"}
{"win32", "CXXFLAGS", "$CXXFLAGS /O2 /DNDEBUG"},
{"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lei"}
]}.
{erl_opts, [

Ladataan…
Peruuta
Tallenna