summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2016-08-31 15:24:16 +0100
committerGitHub <noreply@github.com>2016-08-31 15:24:16 +0100
commit5904aef1532b501c01ced1071e78779b2daa928f (patch)
treee0e74f8147f4ba41ac2fa25eb5a2a11defafef10 /src/rebar_utils.erl
parentb709625adf7ca098ad87dad4af2d5f9fb024ac19 (diff)
parente4144e9f9d783557860ab599c3b5a0fbf879e88d (diff)
downloadrebar-5904aef1532b501c01ced1071e78779b2daa928f.tar.gz
Merge pull request #619 from tuncer/fix-cdb
Fix cdb processing when a file is skipped
Diffstat (limited to 'src/rebar_utils.erl')
-rw-r--r--src/rebar_utils.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index c3ebfe5..a5cc0ff 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -94,6 +94,7 @@ is_arch(ArchRegex) ->
nomatch ->
false
end.
+
%%
%% REBAR_TARGET_ARCH, if used, should be set to the "standard"
%% target string. That is a prefix for binutils tools.