Loading packaging/build-nspawn.sh +6 −1 Original line number Diff line number Diff line Loading @@ -288,6 +288,8 @@ for arg in \"\\\$@\"; do esac done CLANG_RESOURCE=\"\$(clang-${LLVM_VERSION} -print-resource-dir)\" COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" if [ \"\\\$LINKING\" = \"1\" ]; then Loading Loading @@ -317,6 +319,8 @@ for arg in \"\\\$@\"; do esac done CLANG_RESOURCE=\"\$(clang-${LLVM_VERSION} -print-resource-dir)\" COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" if [ \"\\\$LINKING\" = \"1\" ]; then Loading Loading @@ -743,6 +747,7 @@ run_phase() { ;; blogi) setup_chroot setup_toolchain build_blogi ;; all) Loading Loading
packaging/build-nspawn.sh +6 −1 Original line number Diff line number Diff line Loading @@ -288,6 +288,8 @@ for arg in \"\\\$@\"; do esac done CLANG_RESOURCE=\"\$(clang-${LLVM_VERSION} -print-resource-dir)\" COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" if [ \"\\\$LINKING\" = \"1\" ]; then Loading Loading @@ -317,6 +319,8 @@ for arg in \"\\\$@\"; do esac done CLANG_RESOURCE=\"\$(clang-${LLVM_VERSION} -print-resource-dir)\" COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" if [ \"\\\$LINKING\" = \"1\" ]; then Loading Loading @@ -743,6 +747,7 @@ run_phase() { ;; blogi) setup_chroot setup_toolchain build_blogi ;; all) Loading