Bläddra i källkod

Merge branch 'netbsd' into netbsd-ci

Andreas T Jonsson 1 år sedan
förälder
incheckning
bde8407ce8
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      core/dynlib/lib_unix.odin
  2. 1 1
      vendor/ENet/unix.odin
  3. 1 1
      vendor/directx/dxc/dxcdef_unix.odin

+ 1 - 1
core/dynlib/lib_unix.odin

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

+ 1 - 1
vendor/ENet/unix.odin

@@ -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

+ 1 - 1
vendor/directx/dxc/dxcdef_unix.odin

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