diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-05-23 08:03:35 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-05-23 08:03:35 +0200 |
| commit | c4b28a6a62388c5ad4004962edb43cadbfba5ddb (patch) | |
| tree | 8000416de4c3fd40459697e6171da99454b76502 /README.md | |
| parent | d41f4fd6d07d6a1a812f2f39ab893dcdc8df51d0 (diff) | |
-DCMAKE_SYSTEM_VERSION=1
is the workaround to update to newer ndk without breaking the entire build system
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ While building I aim to compile the code at oldest supported release of debian, | x86_64-w64-mingw32 | debian:buster | -"- | | x86_64-apple-darwin11 | debian:bookworm | extra build step: `${HOST_ABI}-ranlib $PWD/$repo/contrib/depends/${HOST_ABI}/lib/libpolyseed.a` | | aarch64-apple-darwin11 | debian:bookworm | -"- | -| host-apple-darwin | arm64-apple-darwin23 | dependencies: `brew install unbound boost@1.76 zmq` | +| host-apple-darwin | arm64-apple-darwin23 | dependencies: `brew install unbound boost@1.76 zmq && brew link boost@1.76` | | host-apple-ios | arm64-apple-darwin23 | | Libraries on CI are build using the following docker images: |
