ソースを参照

Merge branch 'netbsd' into netbsd-ci

Andreas T Jonsson 1 年間 前
コミット
bde8407ce8
3 ファイル変更3 行追加3 行削除
  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"