Skip to content

Commit d0db492

Browse files
committed
stop exposing ocaml at all
1 parent 71c721b commit d0db492

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

esy.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
["cp", "-r", "-f", "#{self.root / 'lib'}", "#{self.install}"],
2626
["cp", "-r", "-f", "#{self.root / 'scripts'}", "#{self.install}"],
2727
["cp", "-r", "-f", "#{self.root / 'vendor'}", "#{self.install}"],
28-
["cp", "-r", "-f", "#{self.root / 'ocaml'}", "#{self.lib}"],
2928
["cp", "-r", "-f", "#{self.root / 'darwin'}", "#{self.bin}"],
3029
["cp", "-r", "-f", "#{self.root / 'freebsd'}", "#{self.bin}"],
3130
["cp", "-r", "-f", "#{self.root / 'linux'}", "#{self.bin}"],
@@ -45,10 +44,6 @@
4544
"ESY": "true"
4645
},
4746
"exportedEnv": {
48-
"OCAMLLIB": {
49-
"val": "#{self.lib / 'ocaml' }",
50-
"scope": "global"
51-
},
5247
"CAML_LD_LIBRARY_PATH": {
5348
"val": "#{self.lib / 'ocaml' / 'stublibs' : self.lib / 'ocaml' : $CAML_LD_LIBRARY_PATH}",
5449
"scope": "global"

0 commit comments

Comments
 (0)