internal/ui: fix build tags

This commit is contained in:
Hajime Hoshi 2022-08-05 19:07:04 +09:00
parent a6004517dc
commit a7135ce10b

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !ios
// +build !ios
//go:build !ios && !ebitenginecbackend && !ebitencbackend
// +build !ios,!ebitenginecbackend,!ebitencbackend
package ui