From 8711d9517fad67bb05203e4a303082acec1bfcc1 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 30 Apr 2011 15:09:46 +0200 Subject: [PATCH] Document so_specs --- rebar.config.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rebar.config.sample b/rebar.config.sample index 62990cf..aec1b6c 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -45,6 +45,10 @@ %% Custom name of the port driver .so file. Defaults to `_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