Skip to content

Commit

Permalink
set QEMU_LD_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 28, 2024
1 parent 261f4e9 commit d32bc8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ RUN git clone --depth 1 --branch ${LLVM_TAG} https://github.com/llvm/llvm-projec
&& \
cmake --build build --target install && \
rm -rf llvm-project build

# Configure qemu
ENV QEMU_LD_PREFIX=$TARGET_SYSROOT

0 comments on commit d32bc8d

Please sign in to comment.