mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
internal/uidriver/glfw: Bug fix: Compile error
This commit is contained in:
parent
99bfdef416
commit
dde53df6ae
@ -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 !ebitengl
|
//go:build !ebitengl && !ios
|
||||||
// +build !ebitengl
|
// +build !ebitengl,!ios
|
||||||
|
|
||||||
package glfw
|
package glfw
|
||||||
|
|
||||||
|
@ -12,8 +12,11 @@
|
|||||||
// 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 !android && !js && !ios
|
//go:build !android && (!darwin || ebitengl) && !ios && !js
|
||||||
// +build !android,!js,!ios
|
// +build !android
|
||||||
|
// +build !darwin ebitengl
|
||||||
|
// +build !ios
|
||||||
|
// +build !js
|
||||||
|
|
||||||
package glfw
|
package glfw
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user