|
24 | 24 | ["cp", "-r", "-f", "#{self.root / 'jscomp' / 'bin'}", "#{self.install}"], |
25 | 25 | ["cp", "-r", "-f", "#{self.root / 'lib'}", "#{self.install}"], |
26 | 26 | ["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}"] |
28 | 36 | ], |
29 | 37 | "buildDev": [ |
30 | 38 | ["echo", "config"], |
|
36 | 44 | "ESY": "true" |
37 | 45 | }, |
38 | 46 | "exportedEnv": { |
39 | | - "OCAMLLIB": { |
40 | | - "val": "#{self.lib / 'ocaml' }", |
41 | | - "scope": "global" |
42 | | - }, |
43 | 47 | "CAML_LD_LIBRARY_PATH": { |
44 | 48 | "val": "#{self.lib / 'ocaml' / 'stublibs' : self.lib / 'ocaml' : $CAML_LD_LIBRARY_PATH}", |
45 | 49 | "scope": "global" |
|
0 commit comments