mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Fix build tags
This commit is contained in:
parent
13f594baed
commit
10ebe3274c
@ -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,!arm darwin,!arm64 linux windows
|
// +build darwin,!arm,!arm64 linux windows
|
||||||
// +build !js
|
// +build !js
|
||||||
// +build !android
|
// +build !android
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ package opengl
|
|||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/gopherjs/gopherjs/js"
|
"github.com/gopherjs/gopherjs/js"
|
||||||
"github.com/gopherjs/webgl"
|
"github.com/gopherjs/webgl"
|
||||||
)
|
)
|
||||||
|
@ -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 android
|
// +build android darwin,arm darwin,arm64
|
||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
// DO NOT EDIT: This file is auto-generated by genkeys.go.
|
// DO NOT EDIT: This file is auto-generated by genkeys.go.
|
||||||
|
|
||||||
|
// +build darwin,!arm,!arm64 linux windows
|
||||||
// +build !js
|
// +build !js
|
||||||
// +build !android
|
// +build !android
|
||||||
// +build darwin,!arm darwin,!arm64
|
|
||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
|
@ -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 android
|
// +build android darwin,arm darwin,arm64
|
||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user