diff options
| author | wrapperup <wrapperup4@gmail.com> | 2024-04-13 15:27:02 -0400 |
|---|---|---|
| committer | wrapperup <wrapperup4@gmail.com> | 2024-04-13 15:27:02 -0400 |
| commit | b22e43c335bd48df1f4d4016c0c8d83db08794ca (patch) | |
| tree | 78a48a2a8fe033bdb5182c714492e4dba962069a | |
| parent | f252084b1f04028cf94c77662fbfefa4cf0987f1 (diff) | |
add freebsd, openbsd to dxcdef_unix.odin
| -rw-r--r-- | vendor/directx/dxc/dxcdef_unix.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/directx/dxc/dxcdef_unix.odin b/vendor/directx/dxc/dxcdef_unix.odin index 649bb8a13..12a682310 100644 --- a/vendor/directx/dxc/dxcdef_unix.odin +++ b/vendor/directx/dxc/dxcdef_unix.odin @@ -1,4 +1,4 @@ -//+build linux, darwin +//+build linux, darwin, freebsd, openbsd package directx_dxc import "core:c" |