mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
internal/ui: fix build tags
This commit is contained in:
parent
a6004517dc
commit
a7135ce10b
@ -12,8 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build !ios
|
//go:build !ios && !ebitenginecbackend && !ebitencbackend
|
||||||
// +build !ios
|
// +build !ios,!ebitenginecbackend,!ebitencbackend
|
||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user