Browse Source

make ling optional

Namdak Tonpa 10 years ago
parent
commit
5814869678
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -1,3 +1,3 @@
 {deps_dir,"deps"}.
-{deps, [{ling, ".*", {git, "git://github.com/proger/ling", {tag, "osx-again"}}},
+{deps, [%{ling, ".*", {git, "git://github.com/proger/ling", {tag, "osx-again"}}},
         {sh, ".*",   {git, "git://github.com/synrc/sh",       {tag, "1.4"}}}]}.