|
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"],
|
|
0 commit comments