Browse Source

Document so_specs

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
8711d9517f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      rebar.config.sample

+ 4
- 0
rebar.config.sample View File

@ -45,6 +45,10 @@
%% Custom name of the port driver .so file. Defaults to `<Application>_drv.so'.
{so_name, "driver.so"}.
%% so_specs - useful for building multiple *.so files
%% from one or more object files
{so_specs, [{"priv/so_name.so", ["c_src/object_file_name.o"]}]}.
%% == LFE Compiler ==
%% LFE files to compile before the rest

Loading…
Cancel
Save