diff --git a/Dockerfile b/Dockerfile index 38b5cd4..dcea40a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +