mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 02:42:02 +01:00
Fix build tags for Go 1.17
This commit is contained in:
parent
253509356f
commit
12350e2fee
1
audio/internal/oboe/gen.go
vendored
1
audio/internal/oboe/gen.go
vendored
@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ignore
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build (darwin && ios && arm) || (darwin && ios && arm64)
|
||||
// +build darwin,ios,arm darwin,ios,arm64
|
||||
|
||||
package ebitenmobileview
|
||||
|
@ -12,9 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,ios
|
||||
// +build !arm
|
||||
// +build !arm64
|
||||
//go:build darwin && ios && !arm && !arm64
|
||||
// +build darwin,ios,!arm,!arm64
|
||||
|
||||
package ebitenmobileview
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build android || ios
|
||||
// +build android ios
|
||||
|
||||
package ebitenmobileview
|
||||
|
@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package ebitenmobileview
|
||||
|
@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build android || ios
|
||||
// +build android ios
|
||||
|
||||
// Package ebitenmobileview offers functions for OpenGL/Metal view of mobiles.
|
||||
|
Loading…
Reference in New Issue
Block a user