Browse Source

mad binary erl 23

5HT 3 years ago
parent
commit
78338c35ea
4 changed files with 3 additions and 2 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 1 1
      rebar.config
  4. 1 0
      src/compile/mad_port.erl

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"7.1-7-g30d0158").
+-define(VERSION,"7.1-10-gcae65ac").

BIN
mad


+ 1 - 1
rebar.config

@@ -1,3 +1,3 @@
 {deps_dir,"deps"}.
 {erl_opts,[nowarn_export_all]}.
-{deps,[{sh,".*",{git,"git://github.com/synrc/sh",{branch, "master"}}}]}.
+{deps,[{sh,".*",{git,"https://github.com/synrc/sh",{branch, "master"}}}]}.

+ 1 - 0
src/compile/mad_port.erl

@@ -1,6 +1,7 @@
 -module(mad_port).
 -copyright('Maxim Sokhatsky').
 -compile(export_all).
+-export([compile/2]).
 
 compile(Dir,Config) ->
   case mad_utils:get_value(port_specs, Config, []) of