Selaa lähdekoodia

Merge branch 'netbsd' into netbsd-ci

Andreas T Jonsson 1 vuosi sitten
vanhempi
commit
bde8407ce8
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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"