summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2018-09-11 16:56:48 +0200
committerErlang/OTP <otp@erlang.org>2018-09-11 16:56:48 +0200
commiteb74d4d6140065a6f45e283ffc52ae80c80aca23 (patch)
tree9a85d05c2f2631264123c1138bae122c009facb7
parentc13ac2b7d63fcae7f87d2f848a46c3b94a700849 (diff)
parent3c24f3803a504d20b604f9608a8c80ae31750fb3 (diff)
downloaderlang-eb74d4d6140065a6f45e283ffc52ae80c80aca23.tar.gz
Merge branch 'john/compiler/fix-rebar-recompiles-maint-21/OTP-15292' into maint-21
* john/compiler/fix-rebar-recompiles-maint-21/OTP-15292: Fix include-path regression caused by dd0a39c
-rw-r--r--lib/compiler/src/compile.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/compile.erl b/lib/compiler/src/compile.erl
index e1c1f7338e..562d57a6ef 100644
--- a/lib/compiler/src/compile.erl
+++ b/lib/compiler/src/compile.erl
@@ -1603,7 +1603,6 @@ effects_code_generation(Option) ->
binary -> false;
verbose -> false;
{cwd,_} -> false;
- {i,_} -> false;
{outdir, _} -> false;
_ -> true
end.