浏览代码

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"