File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ cp -r $GOPHERJSGOPATH/src/github.com/gopherjs/gopherjs/* $GOPATH/src/github.com/
22
22
23
23
gopherjs install -m github.com/gopherjs/gopherjs/js github.com/gopherjs/gopherjs/nosync
24
24
mkdir -p $PKG /github.com/gopherjs/gopherjs
25
- cp $GOPATH /pkg/darwin_js_min /github.com/gopherjs/gopherjs/js.a $PKG /github.com/gopherjs/gopherjs/js.a
26
- cp $GOPATH /pkg/darwin_js_min /github.com/gopherjs/gopherjs/nosync.a $PKG /github.com/gopherjs/gopherjs/nosync.a
25
+ cp $GOPATH /pkg/* _js_min /github.com/gopherjs/gopherjs/js.a $PKG /github.com/gopherjs/gopherjs/js.a
26
+ cp $GOPATH /pkg/* _js_min /github.com/gopherjs/gopherjs/nosync.a $PKG /github.com/gopherjs/gopherjs/nosync.a
27
27
28
28
# Make a copy of GOROOT that is user-writeable,
29
29
# use it to build and copy out standard library packages.
@@ -128,8 +128,8 @@ gopherjs install -m \
128
128
unicode/utf16 \
129
129
unicode/utf8
130
130
131
- cp -r $GOROOT /pkg/darwin_js_min /* $PKG
132
- cp -r $GOROOT /pkg/darwin_amd64_js_min /* $PKG
131
+ cp -r $GOROOT /pkg/* _js_min /* $PKG
132
+ cp -r $GOROOT /pkg/* _amd64_js_min /* $PKG
133
133
134
134
rm -r /tmp/gopherjsplayground_goroot
135
135
rm -r /tmp/gopherjsplayground_gopath
You can’t perform that action at this time.
0 commit comments