Browse Source

rebar.config.sample: fix syntax error

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
e6ee469c4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample View File

@ -46,7 +46,7 @@
%% architecture as a filter.
{port_specs, [{"priv/so_name.so", ["c_src/*.c"]},
{"linux", "priv/hello_linux", ["c_src/hello_linux.c"]},
{"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}}.
{"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}]}.
%% == LFE Compiler ==

Loading…
Cancel
Save