Skip to content

Commit

Permalink
Try to fix RaspberryPi build (use Boost 1.75)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 27, 2024
1 parent a6eb140 commit cc352e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-raspberrypi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN cd $YADOMS_DEPS_PATH \

# Boost
ARG boost_version_major=1
ARG boost_version_minor=76
ARG boost_version_minor=75
ARG boost_version_patch=0
ARG boost_underscore=_
ARG boost_version=$boost_version_major$boost_underscore$boost_version_minor$boost_underscore$boost_version_patch
Expand Down

0 comments on commit cc352e7

Please sign in to comment.