Skip to content

Commit 4d6c734

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 308cde2 commit 4d6c734

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)