File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8382,7 +8382,7 @@ let lib_bs = "lib" // "bs"
8382
8382
let lib_amdjs = " lib" // " amdjs"
8383
8383
let lib_goog = " lib" // " goog"
8384
8384
let lib_js = " lib" // " js"
8385
-
8385
+ let lib_ocaml = " lib " // " ocaml " (* installed binary artifacts *)
8386
8386
let clean_bs_garbage cwd =
8387
8387
print_string " Doing cleaning in " ;
8388
8388
print_endline cwd;
@@ -8394,7 +8394,8 @@ let clean_bs_garbage cwd =
8394
8394
aux lib_bs ;
8395
8395
aux lib_amdjs ;
8396
8396
aux lib_goog;
8397
- aux lib_js
8397
+ aux lib_js ;
8398
+ aux lib_ocaml
8398
8399
with
8399
8400
e ->
8400
8401
prerr_endline (" Failed to clean due to " ^ Printexc. to_string e)
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ let lib_bs = "lib" // "bs"
282
282
let lib_amdjs = " lib" // " amdjs"
283
283
let lib_goog = " lib" // " goog"
284
284
let lib_js = " lib" // " js"
285
-
285
+ let lib_ocaml = " lib " // " ocaml " (* installed binary artifacts *)
286
286
let clean_bs_garbage cwd =
287
287
print_string " Doing cleaning in " ;
288
288
print_endline cwd;
@@ -294,7 +294,8 @@ let clean_bs_garbage cwd =
294
294
aux lib_bs ;
295
295
aux lib_amdjs ;
296
296
aux lib_goog;
297
- aux lib_js
297
+ aux lib_js ;
298
+ aux lib_ocaml
298
299
with
299
300
e ->
300
301
prerr_endline (" Failed to clean due to " ^ Printexc. to_string e)
You can’t perform that action at this time.
0 commit comments