mobile: Fix iOS tag usages (#310)

This commit is contained in:
Hajime Hoshi 2017-01-26 01:32:33 +09:00
parent 8c2064c8b7
commit 0ef1e61d55
18 changed files with 18 additions and 18 deletions

View File

@ -14,7 +14,7 @@
// TODO: Can we unify this into driver_openal.go?
// +build ios darwin,arm darwin,arm64
// +build ios
package driver

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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