Skip to content

Commit 4ed446c

Browse files
committed
add new binary locations to esy manifest
1 parent 926f166 commit 4ed446c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

esy.json

Lines changed: 9 additions & 1 deletion
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"],

0 commit comments

Comments
 (0)