Skip to content

Commit

Permalink
Fix mobile simulator for mobile on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Feb 20, 2021
1 parent b2f2ea1 commit f5bef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/painter/gl/gl_core.go
@@ -1,4 +1,4 @@
// +build !gles,!arm,!arm64,!android,!ios,!mobile darwin
// +build !gles,!arm,!arm64,!android,!ios,!mobile darwin,!mobile

package gl

Expand Down

0 comments on commit f5bef62

Please sign in to comment.