Fix build tags

This commit is contained in:
Hajime Hoshi 2016-06-15 03:35:35 +09:00
parent 13f594baed
commit 10ebe3274c
5 changed files with 5 additions and 4 deletions

View File

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

View File

@ -19,6 +19,7 @@ package opengl
import (
"errors"
"fmt"
"github.com/gopherjs/gopherjs/js"
"github.com/gopherjs/webgl"
)

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build android
// +build android darwin,arm darwin,arm64
package ui

View File

@ -14,9 +14,9 @@
// DO NOT EDIT: This file is auto-generated by genkeys.go.
// +build darwin,!arm,!arm64 linux windows
// +build !js
// +build !android
// +build darwin,!arm darwin,!arm64
package ui

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build android
// +build android darwin,arm darwin,arm64
package ui