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 // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build ios
// +build ios
package audio package audio
// #cgo CFLAGS: -x objective-c // #cgo CFLAGS: -x objective-c

View File

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

View File

@ -12,9 +12,6 @@
// 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.
//go:build ios
// +build ios
package devicescale package devicescale
// #cgo CFLAGS: -x objective-c // #cgo CFLAGS: -x objective-c

View File

@ -12,8 +12,8 @@
// 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.
//go:build ios && !nintendosdk //go:build !nintendosdk
// +build ios,!nintendosdk // +build !nintendosdk
package gamepad package gamepad

View File

@ -12,8 +12,8 @@
// 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.
//go:build ios && !nintendosdk //go:build !nintendosdk
// +build ios,!nintendosdk // +build !nintendosdk
package gamepad package gamepad

View File

@ -12,9 +12,6 @@
// 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.
//go:build ios
// +build ios
package metal package metal
// Suppress the warnings about availability guard with -Wno-unguarded-availability-new. // 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 // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build ios
// +build ios
package ui package ui
import ( import (

View File

@ -12,8 +12,8 @@
// 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.
//go:build ios && !nintendosdk //go:build !nintendosdk
// +build ios,!nintendosdk // +build !nintendosdk
package vibrate package vibrate

View File

@ -12,9 +12,6 @@
// 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.
//go:build ios
// +build ios
package ebitenmobileview package ebitenmobileview
import ( import (

View File

@ -12,9 +12,6 @@
// 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.
//go:build ios
// +build ios
package ebitenmobileview package ebitenmobileview
import ( import (