mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
mobile: Fix iOS tag usages (#310)
This commit is contained in:
parent
8c2064c8b7
commit
0ef1e61d55
@ -14,7 +14,7 @@
|
||||
|
||||
// TODO: Can we unify this into driver_openal.go?
|
||||
|
||||
// +build ios darwin,arm darwin,arm64
|
||||
// +build ios
|
||||
|
||||
package driver
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux
|
||||
// +build darwin linux
|
||||
// +build !js
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
||||
|
@ -264,7 +264,7 @@ func main() {
|
||||
buildTag := ""
|
||||
switch path {
|
||||
case "internal/ui/keys_glfw.go":
|
||||
buildTag = "// +build darwin,!arm,!arm64 linux windows" +
|
||||
buildTag = "// +build darwin linux windows" +
|
||||
"\n// +build !js" +
|
||||
"\n// +build !android" +
|
||||
"\n// +build !ios"
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !js
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build android ios darwin,arm darwin,arm64
|
||||
// +build android ios
|
||||
|
||||
package opengl
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !js
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build android ios darwin,arm darwin,arm64
|
||||
// +build android ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
// DO NOT EDIT: This file is auto-generated by genkeys.go.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !js
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !js
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build ios darwin,arm darwin,arm64
|
||||
// +build ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64
|
||||
// +build darwin
|
||||
// +build !js
|
||||
// +build !ios
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build android ios darwin,arm darwin,arm64
|
||||
// +build android ios
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build android ios darwin,arm darwin,arm64
|
||||
// +build android ios
|
||||
|
||||
package mobile
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin,!arm,!arm64 linux windows
|
||||
// +build darwin linux windows
|
||||
// +build !android
|
||||
// +build !ios
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build ios darwin,arm darwin,arm64
|
||||
// +build ios
|
||||
|
||||
package mobile
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build android ios darwin,arm darwin,arm64
|
||||
// +build android ios
|
||||
|
||||
package mobile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user