Skip to content

Commit 493bf24

Browse files
authored
Update Makefile
1 parent 949015c commit 493bf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export ANDROID_HOME
2525
PATH:=$(PATH):$(GOPATH)/bin
2626
export PATH
2727
downloadGoMobile:
28-
go get golang.org/x/mobile/cmd/gomobile
28+
go get golang.org/x/mobile/cmd/...
2929
sudo apt-get install -qq libstdc++6:i386 lib32z1 expect
3030
cd ~ ;curl -L https://gist.githubusercontent.com/xiaokangwang/4a0f19476d86213ef6544aa45b3d2808/raw/b5c308b43d231e785b869844b7b341e5c098b84b/ubuntu-cli-install-android-sdk.sh | sudo bash -
3131
ls ~

0 commit comments

Comments
 (0)