Browse Source

Fix indenting

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
f6cfc74dc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_port_compiler.erl

+ 1
- 1
src/rebar_port_compiler.erl View File

@ -530,7 +530,7 @@ default_env() ->
{"win32", "CXX", "cl.exe"}, {"win32", "CXX", "cl.exe"},
{"win32", "LINKER", "link.exe"}, {"win32", "LINKER", "link.exe"},
{"win32", "DRV_CXX_TEMPLATE", {"win32", "DRV_CXX_TEMPLATE",
%% DRV_* and EXE_* Templates are identical
%% DRV_* and EXE_* Templates are identical
"$CXX /c $CXXFLAGS $DRV_CFLAGS $PORT_IN_FILES /Fo$PORT_OUT_FILE"}, "$CXX /c $CXXFLAGS $DRV_CFLAGS $PORT_IN_FILES /Fo$PORT_OUT_FILE"},
{"win32", "DRV_CC_TEMPLATE", {"win32", "DRV_CC_TEMPLATE",
"$CC /c $CFLAGS $DRV_CFLAGS $PORT_IN_FILES /Fo$PORT_OUT_FILE"}, "$CC /c $CFLAGS $DRV_CFLAGS $PORT_IN_FILES /Fo$PORT_OUT_FILE"},

Loading…
Cancel
Save