blob: 1274270716cec8fd9f3b51c1488b50522034c317 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- rebar.config.orig 2015-12-12 09:29:07 UTC
+++ rebar.config
@@ -13,10 +13,6 @@
"src/msgpack_ext.erl"
]}.
-{plugins, [
- {rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.0.8"}}}
-]}.
-
%% {port_sources, ["c_src/*.c"]}.
%% {port_env, [
%% %% Make sure to set -fPIC when compiling leveldb
|