Skip to content

Commit 8edf507

Browse files
authored
Merge pull request #4201 from rickyvetter/esy_manifest
2 parents 926f166 + d0db492 commit 8edf507

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

esy.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@
2424
["cp", "-r", "-f", "#{self.root / 'jscomp' / 'bin'}", "#{self.install}"],
2525
["cp", "-r", "-f", "#{self.root / 'lib'}", "#{self.install}"],
2626
["cp", "-r", "-f", "#{self.root / 'scripts'}", "#{self.install}"],
27-
["cp", "-r", "-f", "#{self.root / 'vendor'}", "#{self.install}"]
27+
["cp", "-r", "-f", "#{self.root / 'vendor'}", "#{self.install}"],
28+
["cp", "-r", "-f", "#{self.root / 'darwin'}", "#{self.bin}"],
29+
["cp", "-r", "-f", "#{self.root / 'freebsd'}", "#{self.bin}"],
30+
["cp", "-r", "-f", "#{self.root / 'linux'}", "#{self.bin}"],
31+
["cp", "-r", "-f", "#{self.root / 'win32'}", "#{self.bin}"],
32+
["cp", "-f", "#{self.root / 'bsb'}", "#{self.bin}"],
33+
["cp", "-f", "#{self.root / 'bsc'}", "#{self.bin}"],
34+
["cp", "-f", "#{self.root / 'bsrefmt'}", "#{self.bin}"],
35+
["cp", "-f", "#{self.root / 'lib/bstracing'}", "#{self.bin}"]
2836
],
2937
"buildDev": [
3038
["echo", "config"],
@@ -36,10 +44,6 @@
3644
"ESY": "true"
3745
},
3846
"exportedEnv": {
39-
"OCAMLLIB": {
40-
"val": "#{self.lib / 'ocaml' }",
41-
"scope": "global"
42-
},
4347
"CAML_LD_LIBRARY_PATH": {
4448
"val": "#{self.lib / 'ocaml' / 'stublibs' : self.lib / 'ocaml' : $CAML_LD_LIBRARY_PATH}",
4549
"scope": "global"

0 commit comments

Comments
 (0)