diff --git a/internal/glfw/callback_notwindows.go b/internal/glfw/callback_notwindows.go index dcd0c7938..7757e0ce7 100644 --- a/internal/glfw/callback_notwindows.go +++ b/internal/glfw/callback_notwindows.go @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !windows -// +build !windows +//go:build !js && !windows +// +build !js,!windows package glfw