File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ let regenerate_ninja
56
56
" @{<info>BSB check@} build spec : %a @." Bsb_ninja_check. pp_check_result check_result;
57
57
if check_result = Bsb_bsc_version_mismatch then begin
58
58
Bsb_log. warn " @{<info>Different compiler version@}: clean current repo@." ;
59
+ Bsb_clean. clean_bs_deps per_proj_dir;
59
60
Bsb_clean. clean_self per_proj_dir;
60
61
end ;
61
62
Original file line number Diff line number Diff line change @@ -14175,6 +14175,7 @@ let regenerate_ninja
14175
14175
"@{<info>BSB check@} build spec : %a @." Bsb_ninja_check.pp_check_result check_result;
14176
14176
if check_result = Bsb_bsc_version_mismatch then begin
14177
14177
Bsb_log.warn "@{<info>Different compiler version@}: clean current repo@.";
14178
+ Bsb_clean.clean_bs_deps per_proj_dir;
14178
14179
Bsb_clean.clean_self per_proj_dir;
14179
14180
end ;
14180
14181
You can’t perform that action at this time.
0 commit comments