Skip to content

Commit

Permalink
sym link clang in cross dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jan 3, 2023
1 parent c4a41e8 commit 786d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN apt-get install -y unzip && \
unzip protoc.zip -d /usr && \
chmod +x /usr/bin/protoc

RUN apt-get install -y cmake clang-3.9
RUN apt-get install -y cmake clang-3.9 && ln -s ../lib/llvm-3.9/bin/clang /usr/bin/clang

ENV PROTOC=/usr/bin/protoc

0 comments on commit 786d983

Please sign in to comment.