Commit 9a8aca5
committed
Fix ffi-libponyc-standalone link failure on OpenBSD
PR #5026 fixed the identical missing zlib issue in pony-doc but
missed this test, which has the same `use "lib:z" if not (windows
or openbsd)` guard. LLVM's lld references zlib symbols (adler32,
adler32_combine) for ELF section compression, so OpenBSD needs
explicit -lz just like other POSIX platforms.1 parent 70b0bf0 commit 9a8aca5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments