Skip to content

Commit 3e55386

Browse files
committed
boot: remove csexp and pp from external libs
This appeared to have snuck in at some point. We track these libraries, along with re, spawn and uutf in both duneboot.ml and bootstrap_info.ml. They are the vendored libraries we use for bootstrap but not for building the other libraries. Signed-off-by: Ali Caglayan <[email protected]>
1 parent c29185b commit 3e55386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/libs.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
open Types
2-
let external_libraries = [ "pp"; "unix"; "csexp"; "threads" ]
2+
let external_libraries = [ "unix"; "threads" ]
33

44
let local_libraries =
55
[ { path = "otherlibs/top-closure"

0 commit comments

Comments
 (0)