mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-09-26 20:11:28 +08:00
mobile: Fix iOS tag usages (#310)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user