mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Elf2: set ELFOSABI_OPENBSD for openbsd
This commit is contained in:
parent
49b5b4b249
commit
b409cdf63f
@ -420,6 +420,7 @@ fn create(
|
||||
.illumos => .SOLARIS,
|
||||
.aix => .AIX,
|
||||
.freebsd, .ps4 => .FREEBSD,
|
||||
.openbsd => .OPENBSD,
|
||||
.cuda => .CUDA,
|
||||
.amdhsa => .AMDGPU_HSA,
|
||||
.amdpal => .AMDGPU_PAL,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user