feat(elb): c_source manifest directive + macOS OpenSSL path detection

Add `c_source "path"` in manifest.el build block — lets packages link
extra C files (platform stubs, native glue) without touching elb source.

On macOS, homebrew OpenSSL isn't on the default linker path. Detect it
via `brew --prefix` and inject -L/-I flags; no-op on Linux.

Rebuild elb binary; remove elc-new binary (elc is now canonical).
This commit is contained in:
2026-05-07 17:58:23 -05:00
parent cff7ce072d
commit 1f4b594ae7
3 changed files with 43 additions and 2 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.