aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-09-11 15:14:07 +0200
committerErlang/OTP <[email protected]>2018-09-11 15:14:07 +0200
commit4e6b3a9066c096e67d4c5482af22f0d116c30501 (patch)
treea53edc51f4a610e16f647803eb5c95d9bf3c4f4e
parent9dc3d174810d468e718731953de3e9cc4bc95f43 (diff)
parent7c3bea6e1bbea7490cd30bbd188f3471f2d96ee8 (diff)
downloadotp-4e6b3a9066c096e67d4c5482af22f0d116c30501.tar.gz
otp-4e6b3a9066c096e67d4c5482af22f0d116c30501.tar.bz2
otp-4e6b3a9066c096e67d4c5482af22f0d116c30501.zip
Merge branch 'john/compiler/fix-rebar-recompiles-maint-20/OTP-15292' into maint-20
* john/compiler/fix-rebar-recompiles-maint-20/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 4203d79913..bdb52a02ad 100644
--- a/lib/compiler/src/compile.erl
+++ b/lib/compiler/src/compile.erl
@@ -1562,7 +1562,6 @@ effects_code_generation(Option) ->
binary -> false;
verbose -> false;
{cwd,_} -> false;
- {i,_} -> false;
{outdir, _} -> false;
_ -> true
end.