Skip to content

Commit

Permalink
use my meson fork with arm-on-aarch64 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Oct 5, 2024
1 parent 27fb2d9 commit 3802545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-targets/Dockerfile.armel
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM arm32v5/debian:bookworm
RUN apt-get update
RUN apt-get -yy install build-essential git cmake ninja-build nlohmann-json3-dev pkg-config libssl-dev xxd
RUN apt-get -yy install python3-pip
RUN pip install --break-system-packages meson
RUN pip install --break-system-packages https://github.com/Habbie/meson/archive/run-arm-on-aarch64.zip
RUN git config --global --add safe.directory '*' # this makes meson's vcs_tag() work

0 comments on commit 3802545

Please sign in to comment.