mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin freebsd linux windows
|
||||
// +build darwin freebsd js linux windows
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user