mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Document so_specs
This commit is contained in:
parent
f51e3df3b9
commit
8711d9517f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue