mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-02 22:14:29 +01:00
all: remove unnecessary build tag restrictions
This commit is contained in:
parent
49ff4df890
commit
95b4eeafce
@ -866,7 +866,7 @@ func main() {
|
||||
case filepath.Join("internal", "glfw", "keys.go"):
|
||||
buildTag = "//go:build !js"
|
||||
case filepath.Join("internal", "ui", "keys_mobile.go"):
|
||||
buildTag = "//go:build (android || ios) && !nintendosdk"
|
||||
buildTag = "//go:build android || ios"
|
||||
case filepath.Join("internal", "ui", "keys_glfw.go"):
|
||||
buildTag = "//go:build !android && !ios && !js && !nintendosdk"
|
||||
}
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
// #cgo CFLAGS: -x objective-c
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !ios && !nintendosdk
|
||||
//go:build !ios
|
||||
|
||||
package gamepad
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build (android || ios) && !nintendosdk
|
||||
//go:build android || ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
|
||||
|
||||
//go:build (android || ios) && !nintendosdk
|
||||
//go:build android || ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !ios && !nintendosdk
|
||||
//go:build !ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build (android || ios) && !nintendosdk
|
||||
//go:build android || ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package vibrate
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nintendosdk
|
||||
|
||||
package vibrate
|
||||
|
||||
// #cgo CFLAGS: -x objective-c
|
||||
|
Loading…
Reference in New Issue
Block a user