Skip to content

Commit

Permalink
Add a missing include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jan 3, 2025
1 parent 7859d6a commit 9a59fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN TARGET_TRIPLE="loongarch64-linux-gnu" && \
-DLLVM_ENABLE_RUNTIMES="libcxx;compiler-rt" \
-DLIBCXX_ENABLE_SHARED=OFF \
-DLIBCXX_CXX_ABI=libstdc++ \
-DLIBCXX_CXX_ABI_INCLUDE_PATHS="$ROOTFS_DIR/usr/include/c++/14/;$ROOTFS_DIR/usr/include/$TARGET_TRIPLE" \
-DLIBCXX_CXX_ABI_INCLUDE_PATHS="$ROOTFS_DIR/usr/include/c++/14/;$ROOTFS_DIR/usr/include/$TARGET_TRIPLE;$ROOTFS_DIR/usr/include/$TARGET_TRIPLE/c++/14" \
-DCOMPILER_RT_CXX_LIBRARY="libcxx" \
-DCOMPILER_RT_STATIC_CXX_LIBRARY=ON \
-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
Expand Down

0 comments on commit 9a59fbb

Please sign in to comment.