mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/uidriver/glfw: Clean up build tags
This commit is contained in:
parent
ef5f8a9018
commit
bdf78dab27
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !darwin && !js && !ios && !windows
|
||||
// +build !android,!darwin,!js,!ios,!windows
|
||||
//go:build !android && !darwin && !js && !windows
|
||||
// +build !android,!darwin,!js,!windows
|
||||
|
||||
package glfw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user