Skip to content

Commit

Permalink
Try to make the buildtag work on not unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz authored and andydotxyz committed Dec 18, 2023
1 parent eab2b94 commit 425c30e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/driver/glfw/window_xdg.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build linux || freebsd || openbsd || netbsd
// +build linux freebsd openbsd netbsd

package glfw

import "fyne.io/fyne/v2"
Expand Down

0 comments on commit 425c30e

Please sign in to comment.