Fixed some build tags in vendor libs

This commit is contained in:
Andreas T Jonsson
2024-05-13 10:00:19 +02:00
parent 88528f7613
commit 6298d4a36c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
//+build linux, darwin, freebsd, openbsd
//+build linux, darwin, freebsd, openbsd, netbsd
//+private
package dynlib

View File

@@ -1,4 +1,4 @@
//+build linux, darwin, freebsd, openbsd
//+build linux, darwin, freebsd, openbsd, netbsd
package ENet
// When we implement the appropriate bindings for Unix, the section separated

View File

@@ -1,4 +1,4 @@
//+build linux, darwin, freebsd, openbsd
//+build linux, darwin, freebsd, openbsd, netbsd
package directx_dxc
import "core:c"