graphicsdriver/opengl: Bug fix: Build error on Android

Fixes #1266
This commit is contained in:
Hajime Hoshi 2020-07-26 17:01:09 +09:00
parent ca3fd4eaa4
commit a0197d4c2f
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build js !freebsd,!linux
// +build android js !freebsd,!linux
package opengl

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !android
// +build !js
// +build freebsd linux