Skip to content

Commit

Permalink
Refactor build.zig to reduce duplication, test on apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Sep 27, 2024
1 parent 8b8a687 commit 07ac4bd
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 331 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Provides a package to be used by the zig package manager for C programs.

## Status

| Architecture \ OS | Linux | MacOS |
|:------------------|:------|--------------------------------|
| x86_64 || `-Ddisable-ssl -Ddisable-zstd` |
| arm 64 | X | `-Ddisable-ssl -Ddisable-zstd` |
| Architecture \ OS | Linux | MacOS |
|:------------------|:------|-------------------|
| x86_64 || ? |
| arm 64 | | ☑️ `-Ddisable-ssl` |

Optional dependencies used by default:
- openssl
Expand Down
Loading

0 comments on commit 07ac4bd

Please sign in to comment.