mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
doc: Bug fix: Invalid arg for gopherjs
This commit is contained in:
parent
03456332bf
commit
df9d88c729
@ -300,7 +300,7 @@ func outputExampleContent(e *example) error {
|
||||
|
||||
out := filepath.Join(dir, e.Name+".js")
|
||||
path := "github.com/hajimehoshi/ebiten/examples/" + e.Name
|
||||
if err := execute("gopherjs", "build", "-tags", "example", "-m", "-o", out, path); err != nil {
|
||||
if err := execute("gopherjs", "build", "--tags", "example", "-m", "-o", out, path); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user