mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 11:12:44 +01:00
Fix missing js build tag (#1088)
Added js to build tags as suggested by @hajimehoshi Fixes #1087
This commit is contained in:
parent
a18cddb39f
commit
3eea196c09
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build darwin freebsd linux windows
|
// +build darwin freebsd js linux windows
|
||||||
// +build !android
|
// +build !android
|
||||||
// +build !ios
|
// +build !ios
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user