We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export;
dialyzer
1 parent 75b5258 commit 6eb04f1Copy full SHA for 6eb04f1
erlang.mk
@@ -3321,7 +3321,7 @@ endef
3321
$(DIALYZER_PLT): deps app
3322
$(eval DEPS_LOG := $(shell test -f $(ERLANG_MK_TMP)/deps.log && \
3323
while read p; do test -d $$p/ebin && echo $$p/ebin; done <$(ERLANG_MK_TMP)/deps.log))
3324
- $(verbose) dialyzer --build_plt $(DIALYZER_PLT_OPTS) --apps \
+ $(verbose) export; dialyzer --build_plt $(DIALYZER_PLT_OPTS) --apps \
3325
erts kernel stdlib $(PLT_APPS) $(OTP_DEPS) $(LOCAL_DEPS) $(DEPS_LOG) || test $$? -eq 2
3326
$(verbose) $(ERL) -eval 'io:format("~n~s~n", [code:lib_dir(erts)]), halt().' >> $@
3327
0 commit comments