internal/glfw: Bug fix: build failure with GOOS=js

Updates #1672
This commit is contained in:
Hajime Hoshi 2021-06-13 22:59:02 +09:00
parent ed6756662a
commit bceb512e78

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !windows //go:build !js && !windows
// +build !windows // +build !js,!windows
package glfw package glfw