Skip to content

Commit

Permalink
armeabi missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 15, 2024
1 parent ccf45fe commit 9b56002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN if [ "$(dpkg --print-architecture)" = "armhf" ]; then \
ln -svf /usr/include/arm-linux-gnueabihf/sys /usr/include/sys; \
ln -svf /usr/include/arm-linux-gnueabihf/curl /usr/include/curl; \
ln -svf /usr/include/arm-linux-gnueabihf/gnu /usr/include/gnu; \
ln -svf /usr/include/arm-linux-musleabihf/*.h /usr/include/; \
echo "armv7-unknown-linux-musleabihf" > /build/_target ; \
fi
RUN if [ "$(dpkg --print-architecture)" = "arm64" ]; then \
Expand Down

0 comments on commit 9b56002

Please sign in to comment.