.builds: make the GLFW example build on the automatic builders

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-02-07 23:31:14 +01:00
parent 1f422ef960
commit 5f3f7b3514
4 changed files with 18 additions and 9 deletions
+4
View File
@@ -1,4 +1,8 @@
// SPDX-License-Identifier: Unlicense OR MIT
// package glfw doesn't build on OpenBSD and FreeBSD.
// +build !openbsd,!freebsd,!windows,!android,!ios,!js
package main
import (