We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261f4e9 commit d32bc8dCopy full SHA for d32bc8d
Dockerfile
@@ -74,3 +74,7 @@ RUN git clone --depth 1 --branch ${LLVM_TAG} https://github.com/llvm/llvm-projec
74
&& \
75
cmake --build build --target install && \
76
rm -rf llvm-project build
77
+
78
+# Configure qemu
79
+ENV QEMU_LD_PREFIX=$TARGET_SYSROOT
80
0 commit comments