mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
rebar.config.sample: fix syntax error
This commit is contained in:
parent
bf35ec9392
commit
e6ee469c4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue