Skip to content

Commit

Permalink
build with zig master also
Browse files Browse the repository at this point in the history
`aarch64_32` has ceased to exist. Actually, I'm not sure it should have
been used on this switch prong anyway.
  • Loading branch information
torque committed Sep 15, 2024
1 parent 48b7e2e commit ea53b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ pub fn build(b: *std.Build) !void {
const conf_header = upstream.path(switch (tinfo.cpu.arch) {
.aarch64,
.aarch64_be,
.aarch64_32,
=> source_header_prefix ++ "arch/aarch64/opensslconf.h",
.x86 => source_header_prefix ++ "arch/i386/opensslconf.h",
.riscv64 => source_header_prefix ++ "arch/riscv64/opensslconf.h",
Expand Down Expand Up @@ -356,7 +355,6 @@ pub fn build(b: *std.Build) !void {
switch (tinfo.cpu.arch) {
.aarch64,
.aarch64_be,
.aarch64_32,
=> libressl_libs.libcrypto.addIncludePath(
upstream.path(libcrypto_src_prefix ++ "bn/arch/aarch64"),
),
Expand Down

0 comments on commit ea53b83

Please sign in to comment.