Skip to content
Snippets Groups Projects
Commit aa171b45 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Fix ubuntu-android target of Makefile

parent 661d06c9
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ linux: docker-centos
/bin/bash -ci 'cd /go/src/github.com/junegunn/fzf/src; make TAGS=static'
ubuntu-android: docker-android
docker run -i -t -v $(GOPATH):/go junegunn/$@-sandbox \
docker run -i -t -v $(GOPATH):/go junegunn/android-sandbox \
sh -c 'cd /go/src/github.com/junegunn/fzf/src; /bin/bash'
android: docker-android
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment