diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-18 08:48:59 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-18 09:15:24 -0600 |
commit | 71de52cb9d3659da644e4c592d7090b10fc73d2c (patch) | |
tree | 7a35f3af544a3994b46c4cee97217c62a6dd6a9c /src | |
parent | 8635beffc1c9efc7e26f3cf1597b859a8a72bd3b (diff) |
fix callback r14 support
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_resource.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_resource.erl b/src/rebar_resource.erl index 04b8d73..5babff7 100644 --- a/src/rebar_resource.erl +++ b/src/rebar_resource.erl @@ -14,7 +14,7 @@ -type location() :: string(). -type ref() :: any(). --ifdef(have_callback_support). +-ifdef(no_callback_support). %% In the case where R14 or lower is being used to compile the system %% we need to export a behaviour info |