소스 검색

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"