all: remove the build tag

Updates #1415
This commit is contained in:
Hajime Hoshi 2022-09-15 00:20:45 +09:00
parent 35259fe09e
commit 655cd4bf68
10 changed files with 6 additions and 27 deletions

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios
// +build ios
package audio
// #cgo CFLAGS: -x objective-c

View File

@ -138,9 +138,6 @@ import "C"`); err != nil {
const objcM = `// Code generated by ebitenmobile. DO NOT EDIT.
//go:build ios
// +build ios
#import <TargetConditionals.h>
#import <stdint.h>

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios
// +build ios
package devicescale
// #cgo CFLAGS: -x objective-c

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios && !nintendosdk
// +build ios,!nintendosdk
//go:build !nintendosdk
// +build !nintendosdk
package gamepad

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios && !nintendosdk
// +build ios,!nintendosdk
//go:build !nintendosdk
// +build !nintendosdk
package gamepad

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios
// +build ios
package metal
// Suppress the warnings about availability guard with -Wno-unguarded-availability-new.

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios
// +build ios
package ui
import (

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios && !nintendosdk
// +build ios,!nintendosdk
//go:build !nintendosdk
// +build !nintendosdk
package vibrate

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios
// +build ios
package ebitenmobileview
import (

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build ios
// +build ios
package ebitenmobileview
import (