mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-04 23:14:28 +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")
|
out := filepath.Join(dir, e.Name+".js")
|
||||||
path := "github.com/hajimehoshi/ebiten/examples/" + e.Name
|
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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user