mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
examples: gomobilebuild build tag is no longer needed
This commit is contained in:
parent
a355d701ad
commit
1d70ee7988
@ -19,5 +19,5 @@ and access `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples`.
|
||||
Install [gomobile](https://godoc.org/golang.org/x/mobile/cmd/gomobile) first.
|
||||
|
||||
```sh
|
||||
gomobile install -tags="gomobilebuild example" github.com/hajimehoshi/ebiten/examples/rotate
|
||||
gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user