From a6c03f17df819a760374219b70e111f3a47ea62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Tue, 14 Aug 2012 00:41:11 +0200 Subject: [PATCH] Make newer rebar happy --- rebar.config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 97e4a61..a270ae5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,8 @@ -{so_name, "geef.so"}. +{port_specs, [ + {"priv/geef.so", ["c_src/*.c"]} +]}. -{port_envs, [ +{port_env, [ {"DRV_LDFLAGS", "$DRV_LDFLAGS -lz -lgit2"}, %% OS X Leopard flags for 64-bit