summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-09 14:45:00 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-09 14:45:00 +0100
commit72f06f5c7aa0d9a4f2e2da172c9a9abbf8a6d9b2 (patch)
treeb73280a1dbcfce344abd834e85c37517cb53b41d
parent268c57291abd30815f69e8c5b0a9b3b26dab74f3 (diff)
Make sure we use the ber_bin option for asn1ct
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 6f6e854..7eb849a 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1 +1,2 @@
{sub_dirs, ["rel"]}.
+{asn1_opts, [ber_bin]}.