9b52eedbc1
Reported by: portscout@
11 lines
429 B
Text
11 lines
429 B
Text
--- rebar.config.orig 2018-06-29 09:50:45 UTC
|
|
+++ rebar.config
|
|
@@ -32,7 +32,7 @@
|
|
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
|
|
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
|
|
|
|
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.12"}}}]}.
|
|
+{deps, []}.
|
|
|
|
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
|
|
|