mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/graphicsdriver/opengl: bug fix: build failure for browsers
This commit is contained in:
parent
257f05883c
commit
2f146d5e4f
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !ios && !opengles
|
||||
// +build !android,!ios,!opengles
|
||||
//go:build !android && !ios && !js && !opengles
|
||||
// +build !android,!ios,!js,!opengles
|
||||
|
||||
package opengl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user