Skip to content

Commit 71c721b

Browse files
committed
add ocaml dep to esy manifest
1 parent 4ed446c commit 71c721b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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}"],
2829
["cp", "-r", "-f", "#{self.root / 'darwin'}", "#{self.bin}"],
2930
["cp", "-r", "-f", "#{self.root / 'freebsd'}", "#{self.bin}"],
3031
["cp", "-r", "-f", "#{self.root / 'linux'}", "#{self.bin}"],

0 commit comments

Comments
 (0)