Explorar el Código

Fix win32 build

pull/103/head
Victor Galkin hace 9 años
padre
commit
f077ed2a1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Ver fichero

@ -25,7 +25,7 @@
%% This will merge into basho/rebar/rebar.config eventually
{"win32", "CFLAGS", "/Wall /DWIN32 /D_WINDOWS /D_WIN32 /DWINDOWS"},
{"win32", "CXXFLAGS", "-g -Wall -O3"}
{"win32", "CXXFLAGS", "-Ic_src/ -g -Wall -O3"}
]}.
{erl_opts, [

Cargando…
Cancelar
Guardar